Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290172
b: refs/heads/master
c: 9d9a697
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Feb 16, 2012
1 parent 37fe09b commit 19117a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9f2cb71c2b0ce33c472856c0feec2883fa0d9cd1
refs/heads/master: 9d9a6973a890c5b2258e717e4aae716720e60fcb
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static int efx_poll(struct napi_struct *napi, int budget)
spent = efx_process_channel(channel, budget);

if (spent < budget) {
if (channel->channel < efx->n_rx_channels &&
if (efx_channel_has_rx_queue(channel) &&
efx->irq_rx_adaptive &&
unlikely(++channel->irq_count == 1000)) {
if (unlikely(channel->irq_mod_score <
Expand Down

0 comments on commit 19117a1

Please sign in to comment.