Re: [dpdk-dev] [PATCH] net/bnxt: fix PAM4 link negotiation

2020-11-02 Thread Ajit Khaparde
On Sun, Nov 1, 2020 at 6:43 PM Ajit Khaparde wrote: > In some instances link was not coming up if PAM4 signaling is enabled. > Added check to disable autoneg if FW indicates auto speeds are zero. > Use default auto speeds if PAM4 auto speeds is not set. > Added a fix for forced link setting. > >

[dpdk-dev] [PATCH] net/bnxt: fix PAM4 link negotiation

2020-11-01 Thread Ajit Khaparde
In some instances link was not coming up if PAM4 signaling is enabled. Added check to disable autoneg if FW indicates auto speeds are zero. Use default auto speeds if PAM4 auto speeds is not set. Added a fix for forced link setting. Fixes: c23f9ded0391 ("net/bnxt: support 200G PAM4 link") Signed-