diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 43980dc45e3e..fe4a4d17c4bc 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -414,6 +414,7 @@ static void ixgbe_receive_skb(struct ixgbe_q_vector *q_vector, | |||
414 | bool is_vlan = (status & IXGBE_RXD_STAT_VP); | 414 | bool is_vlan = (status & IXGBE_RXD_STAT_VP); |
415 | u16 tag = le16_to_cpu(rx_desc->wb.upper.vlan); | 415 | u16 tag = le16_to_cpu(rx_desc->wb.upper.vlan); |
416 | 416 | ||
417 | skb_record_rx_queue(skb, q_vector - &adapter->q_vector[0]); | ||
417 | if (skb->ip_summed == CHECKSUM_UNNECESSARY) { | 418 | if (skb->ip_summed == CHECKSUM_UNNECESSARY) { |
418 | if (adapter->vlgrp && is_vlan && (tag != 0)) | 419 | if (adapter->vlgrp && is_vlan && (tag != 0)) |
419 | vlan_gro_receive(napi, adapter->vlgrp, tag, skb); | 420 | vlan_gro_receive(napi, adapter->vlgrp, tag, skb); |