Commit 4b17f9fe authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller

mlx4: use __vlan_hwaccel helpers

Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c4062f89
......@@ -875,7 +875,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
skb->data_len = length;
napi_gro_frags(&cq->napi);
} else {
skb->vlan_tci = 0;
__vlan_hwaccel_clear_tag(skb);
skb_clear_hash(skb);
}
next:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment