|
@@ -5978,7 +5978,8 @@ static void ixgbe_spoof_check(struct ixgbe_adapter *adapter)
|
|
|
static void ixgbe_watchdog_subtask(struct ixgbe_adapter *adapter)
|
|
|
{
|
|
|
/* if interface is down do nothing */
|
|
|
- if (test_bit(__IXGBE_DOWN, &adapter->state))
|
|
|
+ if (test_bit(__IXGBE_DOWN, &adapter->state) ||
|
|
|
+ test_bit(__IXGBE_RESETTING, &adapter->state))
|
|
|
return;
|
|
|
|
|
|
ixgbe_watchdog_update_link(adapter);
|