Re: [RFC PATCH net] net: phy: Fix "link partner" information disappear issue

2019-10-12 Thread Heiner Kallweit
On 11.10.2019 07:55, Yonglong Liu wrote: > > > On 2019/10/11 3:17, Heiner Kallweit wrote: >> On 10.10.2019 11:30, Yonglong Liu wrote: >>> Some drivers just call phy_ethtool_ksettings_set() to set the >>> links, for those phy drivers that use genphy_read_status(), if >>> autoneg is on, and the lin

Re: [RFC PATCH net] net: phy: Fix "link partner" information disappear issue

2019-10-10 Thread Yonglong Liu
On 2019/10/11 3:17, Heiner Kallweit wrote: > On 10.10.2019 11:30, Yonglong Liu wrote: >> Some drivers just call phy_ethtool_ksettings_set() to set the >> links, for those phy drivers that use genphy_read_status(), if >> autoneg is on, and the link is up, than execute "ethtool -s >> ethx autoneg

Re: [RFC PATCH net] net: phy: Fix "link partner" information disappear issue

2019-10-10 Thread Heiner Kallweit
On 10.10.2019 11:30, Yonglong Liu wrote: > Some drivers just call phy_ethtool_ksettings_set() to set the > links, for those phy drivers that use genphy_read_status(), if > autoneg is on, and the link is up, than execute "ethtool -s > ethx autoneg on" will cause "link partner" information disappear.