Re: [dpdk-dev] [PATCH] net/bnxt: fix configuring LRO

2021-04-07 Thread Ajit Khaparde
On Thu, Apr 1, 2021 at 8:03 PM Kalesh A P wrote: > > From: Kalesh AP > > While configuring LRO, driver should check the return value > of bnxt_hwrm_vnic_tpa_cfg() HWRM command and return error > when the FW command fails. > > Fixes: 0958d8b6435d ("net/bnxt: support LRO") > Cc: sta...@dpdk.org > >

[dpdk-dev] [PATCH] net/bnxt: fix configuring LRO

2021-04-01 Thread Kalesh A P
From: Kalesh AP While configuring LRO, driver should check the return value of bnxt_hwrm_vnic_tpa_cfg() HWRM command and return error when the FW command fails. Fixes: 0958d8b6435d ("net/bnxt: support LRO") Cc: sta...@dpdk.org Signed-off-by: Kalesh AP Reviewed-by: Somnath Kotur --- drivers/n