mbox series

[RFC,net-next,0/2] ethtool: Extend to set PHY latencies

Message ID 20220401093909.3341836-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series ethtool: Extend to set PHY latencies | expand

Message

Horatiu Vultur April 1, 2022, 9:39 a.m. UTC
Because there will always be a strugged to configure correct latencies, then
don't allow the kernel or the DT to have these values but allow the userspace
to configure them.
Therefore extend ethtool to allow to configure the latencies both per speed
and direction.

Horatiu Vultur (2):
  ethtool: Extend to allow to set PHY latencies
  net: phy: micrel: Implement set/get_tunable

 drivers/net/phy/micrel.c     | 93 ++++++++++++++++++++++++++++++++++++
 include/uapi/linux/ethtool.h |  6 +++
 net/ethtool/common.c         |  6 +++
 net/ethtool/ioctl.c          | 10 ++++
 4 files changed, 115 insertions(+)