Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] selftests: drv-net: bump the timeout to 15min
@ 2026-08-12 17:13 Jakub Kicinski
  0 siblings, 0 replies; only message in thread
From: Jakub Kicinski @ 2026-08-12 17:13 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, pabeni, andrew+netdev, horms, Jakub Kicinski,
	noren, shuah, linux-kselftest

The GRO test takes extra time on NICs which support HW-GRO and LRO
(as it also runs the test cases against the NIC implementation).
gro.py takes 6min on bnxt and 10min on mlx5 with debug kernel builds.
The delta between drivers is to some extent due to their defaults
(mlx5 sillily defaults to queue-per-thread, while bnxt follows
netif_get_num_default_rss_queues()).

At the end of the day the defaults don't matter much - on larger
machines all drivers will create more queues. We should bump
the timeout. Let's give ourselves a 50% margin over mlx5's needs
and set the timeout to 15min.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: noren@nvidia.com
CC: shuah@kernel.org
CC: linux-kselftest@vger.kernel.org
---
 tools/testing/selftests/drivers/net/settings | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/drivers/net/settings b/tools/testing/selftests/drivers/net/settings
index eef533824a3c..e2206265f67c 100644
--- a/tools/testing/selftests/drivers/net/settings
+++ b/tools/testing/selftests/drivers/net/settings
@@ -1 +1 @@
-timeout=360
+timeout=900
-- 
2.55.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 17:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 17:13 [PATCH net-next] selftests: drv-net: bump the timeout to 15min Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox