mlx4: use __vlan_hwaccel helpers
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c4062f89c5
commit
4b17f9fe48
@ -875,7 +875,7 @@ csum_none:
|
||||
skb->data_len = length;
|
||||
napi_gro_frags(&cq->napi);
|
||||
} else {
|
||||
skb->vlan_tci = 0;
|
||||
__vlan_hwaccel_clear_tag(skb);
|
||||
skb_clear_hash(skb);
|
||||
}
|
||||
next:
|
||||
|
Loading…
Reference in New Issue
Block a user