mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 09:04:21 +08:00
mlx4_en: Recording rx queue for gro packets
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ad04378cec
commit
3b61008d88
@ -618,6 +618,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
|
||||
__vlan_hwaccel_put_tag(gro_skb, vid);
|
||||
}
|
||||
|
||||
skb_record_rx_queue(gro_skb, cq->ring);
|
||||
napi_gro_frags(&cq->napi);
|
||||
|
||||
goto next;
|
||||
|
Loading…
Reference in New Issue
Block a user