[dpdk-dev] [PATCH] net/bnxt: fix to set flow error in case of failure

2021-10-27 Thread Kalesh A P
From: Kalesh AP With commit 239695f754cb ("net/bnxt: enhance RSS action support"), when bnxt_hwrm_vnic_rss_cfg() call fails, driver was not setting flow error using "rte_flow_error_set". Fixes: 239695f754cb ("net/bnxt: enhance RSS action support") Signed-off-by: Kalesh AP Reviewed-by: Ajit Kha

Re: [dpdk-dev] [PATCH] net/bnxt: fix to set flow error in case of failure

2021-10-27 Thread Ajit Khaparde
On Wed, Oct 27, 2021 at 7:09 PM Kalesh A P wrote: > > From: Kalesh AP > > With commit 239695f754cb ("net/bnxt: enhance RSS action support"), > when bnxt_hwrm_vnic_rss_cfg() call fails, driver was not setting > flow error using "rte_flow_error_set". > > Fixes: 239695f754cb ("net/bnxt: enhance RSS