ethdev: update VMDq/DCB support
[dpdk.git] / examples / ipv4_frag / main.c
index dec6c24..f5285d8 100644 (file)
@@ -167,7 +167,7 @@ static const struct rte_eth_conf port_conf = {
                .hw_strip_crc   = 0, /**< CRC stripped by hardware */
        },
        .txmode = {
-               .mq_mode = ETH_DCB_NONE,
+               .mq_mode = ETH_MQ_TX_NONE,
        },
 };