Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Fri, 31 Oct 2025 09:04:36 +0100 you wrote:
Hi all,
The test_xsk.sh script covers many AF_XDP use cases. The tests it runs are defined in xksxceiver.c. Since this script is used to test real hardware, the goal here is to leave it as it is, and only integrate the tests that run on veth peers into the test_progs framework.
[...]
Here is the summary with links: - [bpf-next,v7,01/15] selftests/bpf: test_xsk: Split xskxceiver https://git.kernel.org/bpf/bpf-next/c/3ab77f35a75e - [bpf-next,v7,02/15] selftests/bpf: test_xsk: Initialize bitmap before use https://git.kernel.org/bpf/bpf-next/c/2233ef8bba81 - [bpf-next,v7,03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value https://git.kernel.org/bpf/bpf-next/c/cadc0c1fd79c - [bpf-next,v7,04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped() https://git.kernel.org/bpf/bpf-next/c/d66e49ffa020 - [bpf-next,v7,05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem() https://git.kernel.org/bpf/bpf-next/c/bea4f03897c0 - [bpf-next,v7,06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions https://git.kernel.org/bpf/bpf-next/c/e3dfa0faf1f7 - [bpf-next,v7,07/15] selftests/bpf: test_xsk: Release resources when swap fails https://git.kernel.org/bpf/bpf-next/c/f477b0fd75f5 - [bpf-next,v7,08/15] selftests/bpf: test_xsk: Add return value to init_iface() https://git.kernel.org/bpf/bpf-next/c/e645bcfb16ea - [bpf-next,v7,09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails https://git.kernel.org/bpf/bpf-next/c/f12f1b5d14b0 - [bpf-next,v7,10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails https://git.kernel.org/bpf/bpf-next/c/3f09728f9080 - [bpf-next,v7,11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail https://git.kernel.org/bpf/bpf-next/c/5b2a757a1619 - [bpf-next,v7,12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails https://git.kernel.org/bpf/bpf-next/c/844b13a9ff54 - [bpf-next,v7,13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures https://git.kernel.org/bpf/bpf-next/c/7a96615f2e2d - [bpf-next,v7,14/15] selftests/bpf: test_xsk: Isolate non-CI tests https://git.kernel.org/bpf/bpf-next/c/75fc630867bb - [bpf-next,v7,15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework https://git.kernel.org/bpf/bpf-next/c/d1aec26fce25
You are awesome, thank you!