]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_ef10_tx.c
mbuf: mark old VLAN offload flags as deprecated
[dpdk.git] / drivers / net / sfc / sfc_ef10_tx.c
index e7da4608bcb0520f6ba098cd71103096a9f20e22..d622c52e8faefa37c57d8315c0918be7d6ae660a 100644 (file)
@@ -805,7 +805,7 @@ sfc_ef10_simple_prepare_pkts(__rte_unused void *tx_queue,
 
                /* ef10_simple does not support TSO and VLAN insertion */
                if (unlikely(m->ol_flags &
-                            (PKT_TX_TCP_SEG | PKT_TX_VLAN_PKT))) {
+                            (PKT_TX_TCP_SEG | PKT_TX_VLAN))) {
                        rte_errno = ENOTSUP;
                        break;
                }