]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipv4_multicast/main.c
ethdev: add DCB support
[dpdk.git] / examples / ipv4_multicast / main.c
index 0ae8c3c8cc5ae9af8334211da986484ba69b2750..356bb6439bb2e8df80bb6680fdb6b4fdf9d3d0e0 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,
        },
 };