mbox series

[net-next,0/2] ethtool: add support for Fast Link Down as new PHY tunable

Message ID c958383f-2796-490b-6218-bb272549122b@gmail.com
Headers show
Series ethtool: add support for Fast Link Down as new PHY tunable | expand

Message

Heiner Kallweit March 24, 2019, 3:01 p.m. UTC
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.

This is the kernel-related series, the ethtool userspace extension
I'd submit once the kernel part has been applied.

Heiner Kallweit (2):
  ethtool: add PHY Fast Link Down support
  net: phy: marvell: add PHY tunable fast link down support for 88E1540

 drivers/net/phy/marvell.c    | 108 +++++++++++++++++++++++++++++++++++
 include/uapi/linux/ethtool.h |   4 ++
 net/core/ethtool.c           |   2 +
 3 files changed, 114 insertions(+)