[dpdk-dev] [PATCH 2/3] net/bnxt: fix ver get HWRM command

2021-03-04 Thread Kalesh A P
From: Kalesh AP Fix HWRM_VER_GET command to handle DEV_NOT_RDY state. Driver should fail probe if the device is not ready. Conversely, the HWRM_VER_GET poll after reset can safely retry until the existing timeout is exceeded. Fixes: 804e746c7b73 ("net/bnxt: add hardware resource manager init co

Re: [dpdk-dev] [PATCH 2/3] net/bnxt: fix ver get HWRM command

2022-03-01 Thread David Marchand
Hello, On Thu, Mar 4, 2021 at 9:45 AM Kalesh A P wrote: > > From: Kalesh AP > > Fix HWRM_VER_GET command to handle DEV_NOT_RDY state. > > Driver should fail probe if the device is not ready. > Conversely, the HWRM_VER_GET poll after reset can safely > retry until the existing timeout is exceeded

Re: [dpdk-dev] [PATCH 2/3] net/bnxt: fix ver get HWRM command

2022-03-17 Thread David Marchand
Kalesh, Ajit, On Tue, Mar 1, 2022 at 1:53 PM David Marchand wrote: > On Thu, Mar 4, 2021 at 9:45 AM Kalesh A P > wrote: > > > > From: Kalesh AP > > > > Fix HWRM_VER_GET command to handle DEV_NOT_RDY state. > > > > Driver should fail probe if the device is not ready. > > Conversely, the HWRM_VER

Re: [dpdk-dev] [PATCH 2/3] net/bnxt: fix ver get HWRM command

2022-03-17 Thread Ajit Khaparde
On Thu, Mar 17, 2022 at 3:11 AM David Marchand wrote: > > Kalesh, Ajit, > > On Tue, Mar 1, 2022 at 1:53 PM David Marchand > wrote: > > On Thu, Mar 4, 2021 at 9:45 AM Kalesh A P > > wrote: > > > > > > From: Kalesh AP > > > > > > Fix HWRM_VER_GET command to handle DEV_NOT_RDY state. > > > > > >

Re: [dpdk-dev] [PATCH 2/3] net/bnxt: fix ver get HWRM command

2022-03-18 Thread David Marchand
Hi Ajit, On Thu, Mar 17, 2022 at 5:48 PM Ajit Khaparde wrote: > > On Tue, Mar 1, 2022 at 1:53 PM David Marchand > > wrote: > > > On Thu, Mar 4, 2021 at 9:45 AM Kalesh A P > > > wrote: > > > > > > > > From: Kalesh AP > > > > > > > > Fix HWRM_VER_GET command to handle DEV_NOT_RDY state. > > > >