ethdev: add DCB support
[dpdk.git] / examples / ipv4_multicast / main.c
index 0ae8c3c..356bb64 100644 (file)
@@ -176,6 +176,7 @@ static const struct rte_eth_conf port_conf = {
                .hw_strip_crc   = 0, /**< CRC stripped by hardware */
        },
        .txmode = {
+               .mq_mode = ETH_DCB_NONE,
        },
 };