ethdev: update VMDq/DCB support
[dpdk.git] / examples / kni / main.c
index 34a6f4a..cda3d73 100644 (file)
@@ -149,7 +149,7 @@ static 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,
        },
 };