c2d5ab4973
after the recent changes to wired drivers to use only netif_carrier_off the driver can have outstanding tx work to complete that will never complete once link is down. Since the intel hardware will hold this tx work forever, the driver notices a tx timeout condition internally and might try to instigate printk and reset of the part with a netif_stop_queue, which doesn't work because link is down. Don't bother arming to tx hang detection when link is down. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
ixgb.h | ||
ixgb_ee.c | ||
ixgb_ee.h | ||
ixgb_ethtool.c | ||
ixgb_hw.c | ||
ixgb_hw.h | ||
ixgb_ids.h | ||
ixgb_main.c | ||
ixgb_osdep.h | ||
ixgb_param.c | ||
Makefile |