** Changed in: linux (Ubuntu Bionic) Status: In Progress => Fix Committed
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1797654 Title: hns3: autoneg settings get lost on down/up Status in linux package in Ubuntu: In Progress Status in linux source package in Bionic: Fix Committed Bug description: [Impact] If a user manually disables autonegotiation, that setting will be lost if the link is toggled. [Test Case] sudo ethtool -s enp125s0f2 speed 100 duplex half autoneg off After this, "ethtool enp125s0f2" will show: Advertised auto-negotiation: No If you then run: sudo ifconfig enp125s0f2 down; sudo ifconfig enp125s0f2 up, then ethtool will show: Advertised auto-negotiation: Yes [Fix] b01b7cf19bf4a net: hns3: Fix for information of phydev lost problem when down/up [Regression Risk] Restricted to a single SoC on which the fix was explicitly tested. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1797654/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp