]> git.droids-corp.org - dpdk.git/blobdiff - examples/dpdk_qat/main.c
ethdev: more RSS flags
[dpdk.git] / examples / dpdk_qat / main.c
index a117d66fea6750327e3781655865a093c61b2222..71c03969ff38658177d69708bc35c396c1ad29d2 100644 (file)
@@ -170,7 +170,7 @@ static struct rte_eth_conf port_conf = {
        .rx_adv_conf = {
                .rss_conf = {
                        .rss_key = NULL,
        .rx_adv_conf = {
                .rss_conf = {
                        .rss_key = NULL,
-                       .rss_hf = ETH_RSS_IPV4 | ETH_RSS_IPV6,
+                       .rss_hf = ETH_RSS_IP,
                },
        },
        .txmode = {
                },
        },
        .txmode = {