ethdev: add DCB support
[dpdk.git] / examples / load_balancer / init.c
index f95e5ef..ea4f6f4 100644 (file)
@@ -91,6 +91,7 @@ static struct rte_eth_conf port_conf = {
                },
        },
        .txmode = {
+               .mq_mode = ETH_DCB_NONE,
        },
 };