Re: [PATCH net-next v2 1/2] ethtool: add PHY Fast Link Down support

2019-03-25 Thread Michal Kubecek
On Mon, Mar 25, 2019 at 07:34:58PM +0100, Heiner Kallweit wrote: > This adds support for Fast Link Down as new PHY tunable. > Fast Link Down reduces the time until a link down event is reported > for 1000BaseT. According to the standard it's 750ms what is too long > for several use cases. > > v2:

Re: [PATCH net-next v2 1/2] ethtool: add PHY Fast Link Down support

2019-03-25 Thread Florian Fainelli
On 3/25/19 11:34 AM, Heiner Kallweit wrote: > This adds support for Fast Link Down as new PHY tunable. > Fast Link Down reduces the time until a link down event is reported > for 1000BaseT. According to the standard it's 750ms what is too long > for several use cases. > > v2: > - add comment descr

[PATCH net-next v2 1/2] ethtool: add PHY Fast Link Down support

2019-03-25 Thread Heiner Kallweit
This adds support for Fast Link Down as new PHY tunable. Fast Link Down reduces the time until a link down event is reported for 1000BaseT. According to the standard it's 750ms what is too long for several use cases. v2: - add comment describing the constants Signed-off-by: Heiner Kallweit ---