Re: [dpdk-dev] [PATCH v2] net/bnxt: fix to cancel recovery alarm in port close

2020-03-02 Thread Ajit Khaparde
On Fri, Feb 28, 2020 at 2:04 AM Kalesh A P < kalesh-anakkur.pura...@broadcom.com> wrote: > From: Kalesh AP > > There is a race condition when port is closed while error recovery > is happening in driver. Fixed this by canceling the recovery threads > during port close. > > Fixes: df6cd7c1f73a ("n

[dpdk-dev] [PATCH v2] net/bnxt: fix to cancel recovery alarm in port close

2020-02-28 Thread Kalesh A P
From: Kalesh AP There is a race condition when port is closed while error recovery is happening in driver. Fixed this by canceling the recovery threads during port close. Fixes: df6cd7c1f73a ("net/bnxt: handle reset notify async event from FW") Cc: sta...@dpdk.org Signed-off-by: Kalesh AP Revi