On Thu, Jul 10, 2025 at 06:04:50PM +0200, Paolo Abeni wrote:
The mentioned test is not very stable when running on top of debug kernel build. Increase the inter-packet timeout to allow more slack in such environments.
Fixes: 3327a9c46352 ("selftests: add functionals test for UDP GRO") Signed-off-by: Paolo Abeni pabeni@redhat.com
As I understand it, the motivation for this patch was to make this test more resilient [1].
[1] [TEST] net/udpgro.sh is flaky on debug https://lore.kernel.org/netdev/20250710070907.33d11177@kernel.org/
My observation is that it has been used since the 10th. And that there have been no failures since the 10th [2].
In slightly more detail. The last failure was now 4 days ago. It occurred with net-next-2025-07-10--12-00 which did not include this patch.
[2] https://netdev.bots.linux.dev/contest.html?executor=vmksft-net-dbg&test=...
So while it might be prudent to wait a few more days. So far this gets my thumbs up.
Reviewed-by: Simon Horman horms@kernel.org