Re: [PATCH v2 net] net: stmmac: Modify configuration method of EEE timers

2020-10-03 Thread David Miller
From: Voon Weifeng Date: Thu, 1 Oct 2020 23:56:09 +0800 > From: "Vineetha G. Jaya Kumaran" > > Ethtool manual stated that the tx-timer is the "the amount of time the > device should stay in idle mode prior to asserting its Tx LPI". The > previous implementation for "ethtool --set-eee tx-timer"

[PATCH v2 net] net: stmmac: Modify configuration method of EEE timers

2020-10-01 Thread Voon Weifeng
From: "Vineetha G. Jaya Kumaran" Ethtool manual stated that the tx-timer is the "the amount of time the device should stay in idle mode prior to asserting its Tx LPI". The previous implementation for "ethtool --set-eee tx-timer" sets the LPI TW timer duration which is not correct. Hence, this pat