Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179255
b: refs/heads/master
c: 1a647bd
h: refs/heads/master
i:
  179253: 5ebe577
  179251: a3909b2
  179247: 8c3773b
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Jan 14, 2010
1 parent b3cfc18 commit e1d355c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ff30b3642c1f56a5ae6522b78e82be867086c637
refs/heads/master: 1a647bd213d85c88507967104aea79b2649e6a6e
4 changes: 4 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5576,6 +5576,10 @@ static void ixgbe_netpoll(struct net_device *netdev)
struct ixgbe_adapter *adapter = netdev_priv(netdev);
int i;

/* if interface is down do nothing */
if (test_bit(__IXGBE_DOWN, &adapter->state))
return;

adapter->flags |= IXGBE_FLAG_IN_NETPOLL;
if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
int num_q_vectors = adapter->num_msix_vectors - NON_Q_VECTORS;
Expand Down

0 comments on commit e1d355c

Please sign in to comment.