]> git.baikalelectronics.ru Git - kernel.git/commit
ice: ethtool: advertise 1000M speeds properly
authorAnatolii Gerasymenko <anatolii.gerasymenko@intel.com>
Mon, 20 Jun 2022 07:47:05 +0000 (09:47 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 21 Jun 2022 20:48:57 +0000 (13:48 -0700)
commit2e838d50cb07104e476bd94bcc80e1460b407a2d
tree8d60f5d53302da2df44206e3a8e0a905da50b329
parent353f2f0ecbc6949a6feabd0d7fb5156c5c79a6be
ice: ethtool: advertise 1000M speeds properly

In current implementation ice_update_phy_type enables all link modes
for selected speed. This approach doesn't work for 1000M speeds,
because both copper (1000baseT) and optical (1000baseX) standards
cannot be enabled at once.

Fix this, by adding the function `ice_set_phy_type_from_speed()`
for 1000M speeds.

Fixes: 6a4fe288293f ("ice: Implement handlers for ethtool PHY/link operations")
Signed-off-by: Anatolii Gerasymenko <anatolii.gerasymenko@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_ethtool.c