Hello:
This patch was applied to netdev/net.git (master) by David S. Miller davem@davemloft.net:
On Tue, 1 Nov 2022 14:48:08 -0400 you wrote:
In some conditions, background processes in udpgro don't have enough time to set up the sockets. When foreground processes start, this results in the test failing with "./udpgso_bench_tx: sendmsg: Connection refused". For instance, this happens from time to time on a Qualcomm SA8540P SoC running CentOS Stream 9.
To fix this, increase the time given to background processes to complete the startup before foreground processes start.
[...]
Here is the summary with links: - selftests/net: give more time to udpgro bg processes to complete startup https://git.kernel.org/netdev/net/c/cdb525ca92b1
You are awesome, thank you!