Re: [dpdk-dev] [PATCH] net/bnxt: fix HWRM command failures during VF unload

2017-10-30 Thread Ferruh Yigit
On 10/30/2017 9:08 AM, Ajit Khaparde wrote: > In some cases when a VF driver is unloaded after the PF driver, > certain HWRM commands are returned with an error. > Instead the PF can tell the FW to permit these commands in order > to allow a clean unload. > Signed-off-by: Ajit Khaparde Applied to

[dpdk-dev] [PATCH] net/bnxt: fix HWRM command failures during VF unload

2017-10-30 Thread Ajit Khaparde
In some cases when a VF driver is unloaded after the PF driver, certain HWRM commands are returned with an error. Instead the PF can tell the FW to permit these commands in order to allow a clean unload. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 2 ++ 1 file changed, 2 ins