Re: [PATCH 10/13] selftests/bpf: test_xsk: Split xskxceiver

2025-03-18 Thread Bastien Curutchet
Hi Maciej, On 3/18/25 2:16 PM, Maciej Fijalkowski wrote: On Thu, Mar 13, 2025 at 11:48:08AM +0100, Bastien Curutchet (eBPF Foundation) wrote: AF_XDP features are tested by the test_xsk.sh script but not by the test_progs framework. The tests used by the script are defined in xksxceiver.c which

Re: [PATCH 10/13] selftests/bpf: test_xsk: Split xskxceiver

2025-03-18 Thread Maciej Fijalkowski
On Thu, Mar 13, 2025 at 11:48:08AM +0100, Bastien Curutchet (eBPF Foundation) wrote: > AF_XDP features are tested by the test_xsk.sh script but not by the > test_progs framework. The tests used by the script are defined in > xksxceiver.c which can't be integrated in the test_progs framework as is.