ethdev: more RSS flags
[dpdk.git] / examples / multi_process / symmetric_mp / main.c
index 634e661..d40223e 100644 (file)
@@ -251,7 +251,7 @@ smp_port_init(uint8_t port, struct rte_mempool *mbuf_pool, uint16_t num_queues)
                        .rx_adv_conf = {
                                .rss_conf = {
                                        .rss_key = NULL,
-                                       .rss_hf = ETH_RSS_IPV4 | ETH_RSS_IPV6,
+                                       .rss_hf = ETH_RSS_IP,
                                },
                        },
                        .txmode = {