Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 12 Sep 2025 10:06:11 -0700 you wrote:
RX devmem sometimes fails on NIPA:
https://netdev-3.bots.linux.dev/vmksft-fbnic-qemu-dbg/results/294402/7-devme...
Both RSS and flow steering are properly installed, but the wait_port_listen fails. Try to remove sleep(1) to see if the cause of the failure is spending too much time during RX setup. I don't see a good reason to have sleep in the first place. If there needs to be a delay between installing the rules and receiving the traffic, let's add it to the callers (devmem.py) instead.
[...]
Here is the summary with links: - [net-next] selftests: ncdevmem: remove sleep on rx https://git.kernel.org/netdev/net-next/c/17a0374be98e
You are awesome, thank you!