Re: [dpdk-dev] [PATCH] net/bnxt: fix to not bring link down during reset recovery

2020-09-23 Thread Ajit Khaparde
On Mon, Sep 21, 2020 at 10:41 PM Somnath Kotur wrote: > From: Kalesh AP > > Driver should not send the phy_cfg request to bring link down > during reset recovery. If the driver sends the phy_cfg request > in recovery process, then FW needs to re-establish the link which > in turn increases the r

[dpdk-dev] [PATCH] net/bnxt: fix to not bring link down during reset recovery

2020-09-21 Thread Somnath Kotur
From: Kalesh AP Driver should not send the phy_cfg request to bring link down during reset recovery. If the driver sends the phy_cfg request in recovery process, then FW needs to re-establish the link which in turn increases the recovery time based on PHY type and link partners. Fixes: df6cd7c1f