ethdev: more RSS flags
[dpdk.git] / examples / l3fwd-power / main.c
index 046949f..ae9d3e5 100644 (file)
@@ -247,7 +247,7 @@ static struct rte_eth_conf port_conf = {
        .rx_adv_conf = {
                .rss_conf = {
                        .rss_key = NULL,
-                       .rss_hf = ETH_RSS_IPV4 | ETH_RSS_IPV6,
+                       .rss_hf = ETH_RSS_IP,
                },
        },
        .txmode = {