Re: [dpdk-dev] [PATCH v2] net/bnxt: enhance support for RSS action

2021-10-12 Thread Ajit Khaparde
On Mon, Oct 11, 2021 at 5:31 PM Ajit Khaparde wrote: > > Enhance support for RSS action in the non-TruFlow path. > This will allow the user or application to update the RSS settings > using RTE_FLOW API. > > Signed-off-by: Ajit Khaparde > Reviewed-by: Lance Richardson > Reviewed-by: Kalesh AP P

[dpdk-dev] [PATCH v2] net/bnxt: enhance support for RSS action

2021-10-11 Thread Ajit Khaparde
Enhance support for RSS action in the non-TruFlow path. This will allow the user or application to update the RSS settings using RTE_FLOW API. Signed-off-by: Ajit Khaparde Reviewed-by: Lance Richardson Reviewed-by: Kalesh AP --- v1->v2: sent the correct patch. --- drivers/net/bnxt/bnxt_filter.