commit | be69483bf4f3abaaca5d5ba460dbb50239463552 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Jul 23 03:15:38 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Jul 23 14:12:37 2019 -0700 |
tree | 1aaff1884ece785915c25780bd7d2f5666c5e941 | |
parent | 06a22d897d82f12776d44dbf0850f5895469cb2a [diff] |
selftests/bpf: add another gso_segs access Use BPF_REG_1 for source and destination of gso_segs read, to exercise "bpf: fix access to skb_shared_info->gso_segs" fix. Signed-off-by: Eric Dumazet <edumazet@google.com> Suggested-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>