summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_xdp_noinline.c
Commit message (Collapse)AuthorAgeFilesLines
* selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang2019-02-111-833/+0
| | | | | | | | | | | | | | At the moment, all kernel bpf objects are listed under BPF_OBJ_FILES. Listing them manually sometimes causing patch conflict when people are adding new testcases simultaneously. It is better to centre all the related source files under a subdir "progs", then auto-generate the object file list. Suggested-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
* selftests/bpf: add xdp noinline testAlexei Starovoitov2017-12-171-0/+833
add large semi-artificial XDP test with 18 functions to stress test bpf call verification logic Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
OpenPOWER on IntegriCloud