]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/client_server_mp/mp_server/init.c
ethdev: update VMDq/DCB support
[dpdk.git] / examples / multi_process / client_server_mp / mp_server / init.c
index ebf69aec196b622c80de3b69250250c91a61789f..505ca6d30ce27d1ee56d0c127571020af5b93eef 100644 (file)
@@ -164,7 +164,7 @@ init_port(uint8_t port_num)
        /* for port configuration all features are off by default */
        const struct rte_eth_conf port_conf = {
                .rxmode = {
-                       .mq_mode = ETH_RSS
+                       .mq_mode = ETH_MQ_RX_RSS
                }
        };
        const uint16_t rx_rings = 1, tx_rings = num_clients;