]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa/dpaa_rxtx.c
mbuf: rename deprecated VLAN flags
[dpdk.git] / drivers / net / dpaa / dpaa_rxtx.c
index 0433f3bb1bf7edcc1ee18e95e54d2c531f81cb2f..f7cfff7984fc3ffd267c83dad2126b6bef627667 100644 (file)
@@ -219,7 +219,7 @@ static inline void dpaa_eth_packet_info(struct rte_mbuf *m,
 
        /* Check if Vlan is present */
        if (prs & DPAA_PARSE_VLAN_MASK)
-               m->ol_flags |= PKT_RX_VLAN_PKT;
+               m->ol_flags |= PKT_RX_VLAN;
        /* Packet received without stripping the vlan */
 }