Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223186
b: refs/heads/master
c: b8eb3a1
h: refs/heads/master
v: v3
  • Loading branch information
Don Skidmore authored and David S. Miller committed Dec 6, 2010
1 parent 4eb8c0c commit d01fada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46bcf14f44d8f31ecfdc8b6708ec15a3b33316d9
refs/heads/master: b8eb3a1046f68a5b8f284830d971c62688cd606b
3 changes: 3 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4771,6 +4771,9 @@ void ixgbe_clear_interrupt_scheme(struct ixgbe_adapter *adapter)
adapter->rx_ring[i] = NULL;
}

adapter->num_tx_queues = 0;
adapter->num_rx_queues = 0;

ixgbe_free_q_vectors(adapter);
ixgbe_reset_interrupt_capability(adapter);
}
Expand Down

0 comments on commit d01fada

Please sign in to comment.