ethdev: add DCB support
[dpdk.git] / examples / l3fwd / main.c
index 4d579c1..6ca4ab2 100644 (file)
@@ -198,6 +198,7 @@ static struct rte_eth_conf port_conf = {
                },
        },
        .txmode = {
+               .mq_mode = ETH_DCB_NONE,
        },
 };