Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266207
b: refs/heads/master
c: dd1ed3b
h: refs/heads/master
i:
  266205: 38baee9
  266203: 44cb4a3
  266199: 092ae61
  266191: 014f574
  266175: f0e193f
v: v3
  • Loading branch information
Greg Rose authored and Jeff Kirsher committed Sep 29, 2011
1 parent b549e4b commit 0422305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: d5bc77a223b0e9b9dfb002048d2b34a79e7d0b48
refs/heads/master: dd1ed3b7bfed15f6162f63840941e9cf4f3611a1
6 changes: 2 additions & 4 deletions trunk/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,10 @@ static void ixgbevf_receive_skb(struct ixgbevf_q_vector *q_vector,
{
struct ixgbevf_adapter *adapter = q_vector->adapter;
bool is_vlan = (status & IXGBE_RXD_STAT_VP);
u16 tag = le16_to_cpu(rx_desc->wb.upper.vlan);

if (is_vlan) {
u16 tag = le16_to_cpu(rx_desc->wb.upper.vlan);

if (is_vlan && test_bit(tag, adapter->active_vlans))
__vlan_hwaccel_put_tag(skb, tag);
}

if (!(adapter->flags & IXGBE_FLAG_IN_NETPOLL))
napi_gro_receive(&q_vector->napi, skb);
Expand Down

0 comments on commit 0422305

Please sign in to comment.