net/octeontx2: fix RSS flow create
authorKiran Kumar K <kirankumark@marvell.com>
Sat, 10 Oct 2020 06:33:10 +0000 (12:03 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Oct 2020 17:47:58 +0000 (19:47 +0200)
commit617c97d2e2924e640745442080c375c95568a2e6
treecf627cfb3b1ac1ba2bdd392093c4cdcc12390604
parent1372d0cb2a65fb42bef222300cde0982d161a97f
net/octeontx2: fix RSS flow create

While creating flow with action type RSS, action type is not being
set to RSS, and action type is being set to unicast. Therefore it breaks
RSS functionality. This patch add changes to program the RSS action
properly.

Fixes: 4092e4845dc1 ("net/octeontx2: add flow operations")
Cc: stable@dpdk.org
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
drivers/net/octeontx2/otx2_flow.c