Re: [dpdk-dev] [PATCH v4] net/bnxt: fix crash after port stop/start

2021-08-23 Thread Ajit Khaparde
On Mon, Aug 23, 2021 at 8:49 AM Somnath Kotur wrote: > > On chips like Thor, port stop/start sequence could result in a crash > in the application. This is because of false detection of a bad > opaque in the Rx completion and the subsequent kicking-in of the ring > reset code to recover from the c

[dpdk-dev] [PATCH v4] net/bnxt: fix crash after port stop/start

2021-08-23 Thread Somnath Kotur
On chips like Thor, port stop/start sequence could result in a crash in the application. This is because of false detection of a bad opaque in the Rx completion and the subsequent kicking-in of the ring reset code to recover from the condition. The root cause being that the port stop/start would re

[dpdk-dev] [PATCH v4] net/bnxt: fix crash after port stop/start

2021-08-23 Thread Somnath Kotur
On chips like Thor, port stop/start sequence could result in a crash in the application. This is because of false detection of a bad opaque in the Rx completion and the subsequent kicking-in of the ring reset code to recover from the condition. The root cause being that the port stop/start would re