From: Martin KaFai Lau Date: Fri, 31 Jan 2025 22:44:30 +0000 (-0800) Subject: Merge branch 'selftests-bpf-migrate-test_xdp_redirect_multi-sh-to-test_progs' X-Git-Tag: v6.15-rc1~98^2~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03f3aa4a6b664270d502c7fb44c634cbe250261e;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'selftests-bpf-migrate-test_xdp_redirect_multi-sh-to-test_progs' Bastien Curutchet says: ==================== This patch series continues the work to migrate the *.sh tests into prog_tests framework. test_xdp_redirect_multi.sh tests the XDP redirections done through bpf_redirect_map(). This is already partly covered by test_xdp_veth.c that already tests map redirections at XDP level. What isn't covered yet by test_xdp_veth is the use of the broadcast flags (BPF_F_BROADCAST or BPF_F_EXCLUDE_INGRESS) and XDP egress programs. This series is the prep work that will be followed up adding test cases to eventually cover the tests done in test_xdp_redirect_multi.sh: - PATCH 1 Add an helper to generate unique names - PATCH 2 to 9 rework test_xdp_veth to make it more generic and allow to configure different test cases - PATCH 10 adds test cases for 'classic' bpf_redirect_map() ==================== Link: https://patch.msgid.link/20250131-redirect-multi-v4-0-970b33678512@bootlin.com Signed-off-by: Martin KaFai Lau Signed-off-by: Alexei Starovoitov --- 03f3aa4a6b664270d502c7fb44c634cbe250261e