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