|
@@ -783,6 +783,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
|
|
PKT_HASH_TYPE_L3);
|
|
PKT_HASH_TYPE_L3);
|
|
|
|
|
|
skb_record_rx_queue(gro_skb, cq->ring);
|
|
skb_record_rx_queue(gro_skb, cq->ring);
|
|
|
|
+ skb_mark_napi_id(gro_skb, &cq->napi);
|
|
|
|
|
|
if (ring->hwtstamp_rx_filter == HWTSTAMP_FILTER_ALL) {
|
|
if (ring->hwtstamp_rx_filter == HWTSTAMP_FILTER_ALL) {
|
|
timestamp = mlx4_en_get_cqe_ts(cqe);
|
|
timestamp = mlx4_en_get_cqe_ts(cqe);
|