net/i40e: handle QinQ strip
[dpdk.git] / drivers / net / i40e / i40e_rxtx_vec_neon.c
index 864eb9a..deb185f 100644 (file)
@@ -474,6 +474,7 @@ i40e_recv_scattered_pkts_vec(void *rx_queue, struct rte_mbuf **rx_pkts,
                        i++;
                if (i == nb_bufs)
                        return nb_bufs;
+               rxq->pkt_first_seg = rx_pkts[i];
        }
        return i + reassemble_packets(rxq, &rx_pkts[i], nb_bufs - i,
                &split_flags[i]);