mbox series

[ethtool-next,0/2] Userspace code for ethtool HW TS statistics

Message ID 20240416203723.104062-1-rrameshbabu@nvidia.com (mailing list archive)
Headers show
Series Userspace code for ethtool HW TS statistics | expand

Message

Rahul Rameshbabu April 16, 2024, 8:37 p.m. UTC
Adds support for querying statistics related to tsinfo if the kernel supports
such statistics.

Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Link: https://lore.kernel.org/netdev/20240403212931.128541-1-rrameshbabu@nvidia.com/
---
Rahul Rameshbabu (2):
  update UAPI header copies
  netlink: tsinfo: add statistics support

 netlink/tsinfo.c             | 66 +++++++++++++++++++++++++++++++++++-
 uapi/linux/ethtool.h         | 64 ++++++++++++++++++++++++++++++++++
 uapi/linux/ethtool_netlink.h | 30 ++++++++++++----
 uapi/linux/if_link.h         |  1 +
 4 files changed, 154 insertions(+), 7 deletions(-)