mbuf: rename deprecated VLAN flags
[dpdk.git] / drivers / net / dpaa / dpaa_rxtx.c
index 0433f3b..f7cfff7 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 */
 }