]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx2/otx2_flow.c
net/ice/base: specify global RSS LUT id in get/set RSS LUT
[dpdk.git] / drivers / net / octeontx2 / otx2_flow.c
index 9b32b2accfbd7ff8ea9da20fc16d736ed7e383ba..e07cea7093246fabb5c76dd7f8d19e1129b204ad 100644 (file)
@@ -272,6 +272,8 @@ flow_program_rss_action(struct rte_eth_dev *eth_dev,
                        if (rc)
                                return rc;
 
+                       flow->npc_action &= (~(0xfULL));
+                       flow->npc_action |= NIX_RX_ACTIONOP_RSS;
                        flow->npc_action |=
                                ((uint64_t)(alg_idx & NIX_RSS_ACT_ALG_MASK) <<
                                 NIX_RSS_ACT_ALG_OFFSET) |