]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: Remove test_xdp_redirect_multi.sh
authorBastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
Wed, 12 Feb 2025 11:11:14 +0000 (12:11 +0100)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 18 Feb 2025 21:56:34 +0000 (13:56 -0800)
commite06f5bfd937d1b90038f7d8f24570731b8997956
tree446a81b73b6592e94a7bd01e57773afda570443d
parenta93bfd824d95b6f9109c1c185715c46725f54c91
selftests/bpf: Remove test_xdp_redirect_multi.sh

The tests done by test_xdp_redirect_multi.sh are now fully covered by
the CI through test_xdp_veth.c.

Remove test_xdp_redirect_multi.sh
Remove xdp_redirect_multi.c that was used by the script to load and
attach the BPF programs.
Remove their entries in the Makefile

Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com>
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20250212-redirect-multi-v5-6-fd0d39fca6e6@bootlin.com
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_xdp_redirect_multi.sh [deleted file]
tools/testing/selftests/bpf/xdp_redirect_multi.c [deleted file]