|
@@ -1266,8 +1266,7 @@ static void enic_rq_indicate_buf(struct vnic_rq *rq,
|
|
|
|
|
|
skb->dev = netdev;
|
|
skb->dev = netdev;
|
|
|
|
|
|
- if (enic->vlan_group && vlan_stripped &&
|
|
|
|
- (vlan_tci & CQ_ENET_RQ_DESC_VLAN_TCI_VLAN_MASK)) {
|
|
|
|
|
|
+ if (vlan_stripped) {
|
|
|
|
|
|
if (netdev->features & NETIF_F_GRO)
|
|
if (netdev->features & NETIF_F_GRO)
|
|
vlan_gro_receive(&enic->napi[q_number],
|
|
vlan_gro_receive(&enic->napi[q_number],
|