]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_rxtx_vec_neon.c
mbuf: rename deprecated VLAN flags
[dpdk.git] / drivers / net / i40e / i40e_rxtx_vec_neon.c
index 694e91f33097af87c15bf89e98e2080f573ec9c3..d0e604068c5b5ac1cb799ad791ef356725860970 100644 (file)
@@ -137,7 +137,7 @@ desc_to_olflags_v(struct i40e_rx_queue *rxq, uint64x2_t descs[4],
        /* map rss and vlan type to rss hash and vlan flag */
        const uint8x16_t vlan_flags = {
                        0, 0, 0, 0,
-                       PKT_RX_VLAN_PKT | PKT_RX_VLAN_STRIPPED, 0, 0, 0,
+                       PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED, 0, 0, 0,
                        0, 0, 0, 0,
                        0, 0, 0, 0};