All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] ethtool: add support for Fast Link Down as new PHY tunable
@ 2019-03-24 15:01 Heiner Kallweit
  2019-03-24 15:02 ` [PATCH net-next 1/2] ethtool: add PHY Fast Link Down support Heiner Kallweit
  2019-03-24 15:04 ` [PATCH net-next 2/2] net: phy: marvell: add PHY tunable fast link down support for 88E1540 Heiner Kallweit
  0 siblings, 2 replies; 10+ messages in thread
From: Heiner Kallweit @ 2019-03-24 15:01 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller, John W. Linville; +Cc: netdev

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(+)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-27  8:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-24 15:01 [PATCH net-next 0/2] ethtool: add support for Fast Link Down as new PHY tunable Heiner Kallweit
2019-03-24 15:02 ` [PATCH net-next 1/2] ethtool: add PHY Fast Link Down support Heiner Kallweit
2019-03-25 17:49   ` Michal Kubecek
2019-03-25 18:10     ` Heiner Kallweit
2019-03-26  8:24     ` Andrew Lunn
2019-03-26  9:17       ` Michal Kubecek
2019-03-26 18:28         ` Heiner Kallweit
2019-03-27  8:48           ` Andrew Lunn
2019-03-26 18:24       ` Heiner Kallweit
2019-03-24 15:04 ` [PATCH net-next 2/2] net: phy: marvell: add PHY tunable fast link down support for 88E1540 Heiner Kallweit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.