commit | 57a7596ecdb740d61bcaa296cc67317ddcb7c59c | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Wed Nov 06 12:50:34 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Nov 14 00:14:45 2019 -0800 |
tree | 649c63a92f587e572a80308e0e980d383c0eb38d | |
parent | 861b1b95fba0d736969a724a63c88999d05d65ab [diff] |
selftests/bpf: Extend test_pkt_access test The test_pkt_access.o is used by multiple tests. Fix its section name so that program type can be automatically detected by libbpf and make it call other subprograms with skb argument. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Song Liu <songliubraving@fb.com> Acked-by: Andrii Nakryiko <andriin@fb.com>