]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/ice_rxtx_vec_common.h
version: 20.11-rc0
[dpdk.git] / drivers / net / ice / ice_rxtx_vec_common.h
index 6b57ff2ae0a18fce5e454d82518ad49bd499e978..46e3be98a6566a054bda1f127f6a2f0cd07be071 100644 (file)
@@ -29,6 +29,7 @@ ice_rx_reassemble_packets(struct ice_rx_queue *rxq, struct rte_mbuf **rx_bufs,
                        if (!split_flags[buf_idx]) {
                                /* it's the last packet of the set */
                                start->hash = end->hash;
+                               start->vlan_tci = end->vlan_tci;
                                start->ol_flags = end->ol_flags;
                                /* we need to strip crc for the whole packet */
                                start->pkt_len -= rxq->crc_len;