[Bug 55989] Re: bad graphing values for device e1000

Olivier Cortès olive at deep-ocean.net
Fri Aug 11 09:39:08 UTC 2006


Info : this problem is still the same in kernel 2.6.18-rc4.

patch wich resolves the problem :
http://lkml.org/lkml/diff/2003/12/20/30/1

the code :

--- linux-2.4.20/drivers/net/e1000/e1000_main.c~    2003-08-03 00:40:21.000000000 +0200
+++ linux-2.4.20/drivers/net/e1000/e1000_main.c 2003-08-08 13:20:06.000000000 +0200
@@ -1390,7 +1390,7 @@
        netif_stop_queue(netdev);
 
    /* Reset the timer */
-   mod_timer(&adapter->watchdog_timer, jiffies + 2 * HZ);
+   mod_timer(&adapter->watchdog_timer, jiffies + HZ);
 }
 
 #define E1000_TX_FLAGS_CSUM        0x00000001

-- 
bad graphing values for device e1000
https://launchpad.net/bugs/55989




More information about the kernel-bugs mailing list