Commit 646cdcd
Hangbin Liu
selftests: net: bump GRO timeout for gro/setup_veth
JIRA: https://issues.redhat.com/browse/RHEL-84558
Upstream Status: net.git commit 188107b
commit 188107b
Author: Jakub Kicinski <kuba@kernel.org>
Date: Mon Mar 10 12:08:21 2025 +0100
selftests: net: bump GRO timeout for gro/setup_veth
Commit 51bef03 ("selftests/net: deflake GRO tests") recently
switched to NAPI suspension, and lowered the timeout from 1ms to 100us.
This started causing flakes in netdev-run CI. Let's bump it to 200us.
In a quick test of a debug kernel I see failures with 100us, with 200us
in 5 runs I see 2 completely clean runs and 3 with a single retry
(GRO test will retry up to 5 times).
Reviewed-by: Kevin Krakauer <krakauer@google.com>
Link: https://patch.msgid.link/20250310110821.385621-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Hangbin Liu <haliu@redhat.com>1 parent 4a71a87 commit 646cdcd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments