ethdev: update VMDq/DCB support
[dpdk.git] / examples / link_status_interrupt / main.c
index 0126c51..aec84ea 100644 (file)
@@ -151,7 +151,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,
        },
        .intr_conf = {
                .lsc = 1, /**< lsc interrupt feature enabled */