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