ethdev: unification of RSS offload types
[dpdk.git] / examples / ip_pipeline / init.c
index e0c0464..e7ff86a 100644 (file)
@@ -113,7 +113,7 @@ struct app_params app = {
                .rx_adv_conf = {
                        .rss_conf = {
                                .rss_key = NULL,
-                               .rss_hf = ETH_RSS_IPV4 | ETH_RSS_IPV6,
+                               .rss_hf = ETH_RSS_IP,
                        },
                },
                .txmode = {