]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd-vf/main.c
ethdev: more RSS flags
[dpdk.git] / examples / l3fwd-vf / main.c
index 896ceb317ca813b2c86b464bbd0404bcfbbee722..c199f0c126d8159be5a5bed134380b9b482c566c 100644 (file)
@@ -207,7 +207,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 = {