On Thu, Jun 16, 2022 at 10:04 AM Ferruh Yigit wrote: > > On 6/15/2022 3:57 PM, Kalesh A P wrote: > > > > From: Somnath Kotur > > > > The current combination of checks to determine whether autoneg is > > enabled in the card is a bit convoluted and may become incorrect > > as well in the future as one of the fields being used - auto_link_speed > > might become deprecated. > > Switch to using the 'auto_mode' field obtained from the response of > > HWRM_PHY_QCFG cmd as that is always deterministically set by the PHY > > FW. > > Fixed a bug in the 40G check to only look for the bit setting and > > not the actual value. > > Also, check the forced speeds first before trying to enforce the > > auto speeds > > > > Allow the user to set autoneg speed in all cases except for PAM4 200G > > as PAM4 200G will come up only in forced mode. > > > > Fixes: c23f9ded0391 ("net/bnxt: support 200G PAM4 link") > > Is stable tag (stable@dpdk.org) omitted explicitly? I think it was an oversight.