Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328064
b: refs/heads/master
c: b3d58a8
h: refs/heads/master
v: v3
  • Loading branch information
Narendra K authored and Jeff Kirsher committed Sep 24, 2012
1 parent cd3e41c commit fada3f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0584d999328f3033c038118fb891c9efd5f361df
refs/heads/master: b3d58a8fa6c8d4bcd6b2b64656be166aff9183b0
4 changes: 1 addition & 3 deletions trunk/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,10 @@ static bool ixgbevf_clean_tx_irq(struct ixgbevf_q_vector *q_vector,
* @q_vector: structure containing interrupt and ring information
* @skb: packet to send up
* @status: hardware indication of status of receive
* @rx_ring: rx descriptor ring (for a specific queue) to setup
* @rx_desc: rx descriptor
**/
static void ixgbevf_receive_skb(struct ixgbevf_q_vector *q_vector,
struct sk_buff *skb, u8 status,
struct ixgbevf_ring *ring,
union ixgbe_adv_rx_desc *rx_desc)
{
struct ixgbevf_adapter *adapter = q_vector->adapter;
Expand Down Expand Up @@ -461,7 +459,7 @@ static bool ixgbevf_clean_rx_irq(struct ixgbevf_q_vector *q_vector,
}
skb->protocol = eth_type_trans(skb, rx_ring->netdev);

ixgbevf_receive_skb(q_vector, skb, staterr, rx_ring, rx_desc);
ixgbevf_receive_skb(q_vector, skb, staterr, rx_desc);

next_desc:
rx_desc->wb.upper.status_error = 0;
Expand Down

0 comments on commit fada3f1

Please sign in to comment.