examples: minor changes
[dpdk.git] / examples / load_balancer / init.c
index 5b225c7..6a2f218 100644 (file)
@@ -76,6 +76,7 @@
 
 static struct rte_eth_conf port_conf = {
        .rxmode = {
+               .mq_mode        = ETH_MQ_RX_RSS,
                .split_hdr_size = 0,
                .header_split   = 0, /**< Header Split disabled */
                .hw_ip_checksum = 1, /**< IP checksum offload enabled */