Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 13 Nov 2025 07:27:03 -0800 you wrote:
The XDP qstats tests send 2k packets over a single socket. Looks like when netdev CI is busy running those tests in QEMU occasionally flakes. The target doesn't get to run at all before all 2000 packets are sent.
Lower the number of packets to 1000 and reopen the socket every 50 packets, to give RSS a chance to spread the packets to multiple queues.
[...]
Here is the summary with links: - [net-next] selftests: drv-net: xdp: make the XDP qstats tests less flaky https://git.kernel.org/netdev/net-next/c/eca8b8fc74cb
You are awesome, thank you!