]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: add xdp noinline test
authorAlexei Starovoitov <ast@fb.com>
Fri, 15 Dec 2017 01:55:12 +0000 (17:55 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Sun, 17 Dec 2017 19:34:36 +0000 (20:34 +0100)
commit8ee4137aea89385aacc0f070bbcacd10842b5858
treed8736cb4803d6e53ee0a222d67d287e95a8cbfe3
parent15d021d4204c2b21df560d62332b852a24090e8c
selftests/bpf: add xdp noinline test

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>
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_progs.c
tools/testing/selftests/bpf/test_xdp_noinline.c [new file with mode: 0644]