Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b61008d authored by Yevgeny Petrilin's avatar Yevgeny Petrilin Committed by David S. Miller
Browse files

mlx4_en: Recording rx queue for gro packets

parent ad04378c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;