[PATCH] Revert "net/sch_generic: Shut up noise"

Martin Peres martin.peres at linux.intel.com
Wed Nov 29 10:21:03 UTC 2017


This reverts commit d576dd33ecc7238e4dee92baca89d9c5e3543a44.
---
 net/sched/sch_generic.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
index 1fff1a473494..3839cbbdc32b 100644
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
@@ -315,12 +315,7 @@ static void dev_watchdog(struct timer_list *t)
 				}
 			}
 
-			/* 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) {
+			if (some_queue_timedout) {
 				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.15.0



More information about the Intel-gfx-trybot mailing list