ethdev: unification of RSS offload types
[dpdk.git] / app / test-pipeline / init.c
index 17b6d23..cd2ebc4 100644 (file)
@@ -112,7 +112,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 = {