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

2020-02-28 Thread Kevin Traynor
On 28/02/2020 08:52, Kalesh A P 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 (net/bnxt: handle reset notify async event from FW)

[dpdk-dev] [PATCH] 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 Review