Hello:
This patch was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Tue, 14 Nov 2023 10:11:31 -0500 you wrote:
The sockets used by udpgso_bench_tx aren't always ready when udpgso_bench_tx transmits packets. This issue is more prevalent in -rt kernels, but can occur in both. Replace the hacky sleep calls with a function that checks whether the ports in the namespace are ready for use.
Suggested-by: Paolo Abeni pabeni@redhat.com Signed-off-by: Lucas Karpinski lkarpins@redhat.com
[...]
Here is the summary with links: - [net-next,v3] selftests/net: synchronize udpgro tests' tx and rx connection https://git.kernel.org/netdev/net-next/c/3bdd9fd29cb0
You are awesome, thank you!