]> 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)
commite07c668a0311e21cf4fb25fee7ae4fdd0ef7f63a
treed8736cb4803d6e53ee0a222d67d287e95a8cbfe3
parentfcc170297888976ec2db776e0b06a71801d9aef3
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]