Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171515
b: refs/heads/master
c: f9254ed
h: refs/heads/master
i:
  171513: 8b228a9
  171511: d1529bb
v: v3
  • Loading branch information
Ali Gholami Rudi authored and David S. Miller committed Nov 12, 2009
1 parent 34370fd commit 4956b6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: e5c140a340c4796054b0f6e9035e1faa7edfa6d6
refs/heads/master: f9254edaabfc48f5a28bb5a88c6db48704cc058d
2 changes: 0 additions & 2 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1339,8 +1339,6 @@ static irqreturn_t ixgbe_msix_clean_rx(int irq, void *data)
if (!q_vector->rxr_count)
return IRQ_HANDLED;

r_idx = find_first_bit(q_vector->rxr_idx, adapter->num_rx_queues);
rx_ring = &(adapter->rx_ring[r_idx]);
/* disable interrupts on this vector only */
ixgbe_irq_disable_queues(adapter, ((u64)1 << q_vector->v_idx));
napi_schedule(&q_vector->napi);
Expand Down

0 comments on commit 4956b6a

Please sign in to comment.