Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111381
b: refs/heads/master
c: 1a32bcf
h: refs/heads/master
i:
  111379: 68d6c2b
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Garzik committed Sep 3, 2008
1 parent c9f429b commit 34feeb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc7d345d11e815705fd0c9badc2ee82cb7ca5a84
refs/heads/master: 1a32bcfb5706d06a49904383b02f7c1d24172b96
5 changes: 0 additions & 5 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3563,10 +3563,6 @@ static int igb_clean_rx_ring_msix(struct napi_struct *napi, int budget)
struct net_device *netdev = adapter->netdev;
int work_done = 0;

/* Keep link state information with original netdev */
if (!netif_carrier_ok(netdev))
goto quit_polling;

#ifdef CONFIG_DCA
if (adapter->flags & IGB_FLAG_DCA_ENABLED)
igb_update_rx_dca(rx_ring);
Expand All @@ -3576,7 +3572,6 @@ static int igb_clean_rx_ring_msix(struct napi_struct *napi, int budget)

/* If not enough Rx work done, exit the polling mode */
if ((work_done == 0) || !netif_running(netdev)) {
quit_polling:
netif_rx_complete(netdev, napi);

if (adapter->itr_setting & 3) {
Expand Down

0 comments on commit 34feeb7

Please sign in to comment.