Re: [dpdk-dev] [PATCH] net/bnxt: fix to prevent device access in error state

2021-05-04 Thread Ajit Khaparde
On Sun, May 2, 2021 at 10:00 PM Kalesh A P < kalesh-anakkur.pura...@broadcom.com> wrote: > From: Kalesh AP > > Driver should prevent any DMA with the device when it > detects an error. When firmware is in fatal state, > stop tx/rx by assigning them to dummy functions. > > Fixes: be14720def9c ("ne

[dpdk-dev] [PATCH] net/bnxt: fix to prevent device access in error state

2021-05-02 Thread Kalesh A P
From: Kalesh AP Driver should prevent any DMA with the device when it detects an error. When firmware is in fatal state, stop tx/rx by assigning them to dummy functions. Fixes: be14720def9c ("net/bnxt: support FW reset") Fixes: 9d0cbaecc91a ("net/bnxt: support periodic FW health monitoring") Cc: