We can't allow spam in CI.

References: https://bugzilla.kernel.org/show_bug.cgi?id=196399
Acked-by: Martin Peres <[email protected]>
Cc: Martin Peres <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
---
 net/sched/sch_generic.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
index 52a2c55f6d9e..9420cc53f0a3 100644
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
@@ -311,7 +311,12 @@ static void dev_watchdog(unsigned long arg)
                                }
                        }
 
-                       if (some_queue_timedout) {
+                       /* The noise is pissing off our CI and upstream doesn't
+                        * move on the bug report:
+                        *
+                        * https://bugzilla.kernel.org/show_bug.cgi?id=196399
+                        */
+                       if (some_queue_timedout && 0) {
                                WARN_ONCE(1, KERN_INFO "NETDEV WATCHDOG: %s 
(%s): transmit queue %u timed out\n",
                                       dev->name, netdev_drivername(dev), i);
                                dev->netdev_ops->ndo_tx_timeout(dev);
-- 
2.13.2

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to