]> git.baikalelectronics.ru Git - kernel.git/commit
ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT
authorDanielle Ratson <danieller@nvidia.com>
Wed, 7 Apr 2021 10:06:52 +0000 (13:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Apr 2021 21:53:04 +0000 (14:53 -0700)
commitee2f71eb154d9912028e383f357605b2649fb659
tree1bf0c01888baa1677afdaccafeacee371d466668
parent1c173c7195564c66da65b93a19f4bc62860452ec
ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT

Lanes field is missing for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT
link mode and it causes a failure when trying to set
'speed 10000 lanes 1' on Spectrum-2 machines when autoneg is set to on.

Add the lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BIT
link mode.

Fixes: c350273685758 ("ethtool: Get link mode in use instead of speed and duplex parameters")
Signed-off-by: Danielle Ratson <danieller@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/common.c