Re: [dpdk-dev] [PATCH] net/octeontx2: fix rss flow create

2020-10-11 Thread Jerin Jacob
On Sat, Oct 10, 2020 at 12:03 PM wrote: > > From: Kiran Kumar K > > 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. > > F

[dpdk-dev] [PATCH] net/octeontx2: fix rss flow create

2020-10-09 Thread kirankumark
From: Kiran Kumar K 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: 4092e4845d ("net/octeontx2: add flow operations")