mbox series

[ethtool-next,0/3] Add support for hardware timestamp provider

Message ID 20250305-feature_ptp-v1-0-f36f64f69aaa@bootlin.com (mailing list archive)
Headers show
Series Add support for hardware timestamp provider | expand

Message

Kory Maincent March 5, 2025, 5:33 p.m. UTC
Add support for reading tsinfo of a specific hardware timetstamp provider.
Enable selecting the hwtstamp provider within the network topology of a
network interface.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
Kory Maincent (3):
      update UAPI header copies
      tsinfo: Add support for hwtstamp provider
      netlink: Add support for tsconfig command

 Makefile.am                            |   1 +
 ethtool.8.in                           |  41 +-
 ethtool.c                              |  14 +-
 netlink/extapi.h                       |   4 +
 netlink/ts.h                           |  22 +
 netlink/tsconfig.c                     | 153 ++++++
 netlink/tsinfo.c                       | 110 +++-
 uapi/linux/ethtool.h                   |  31 ++
 uapi/linux/ethtool_netlink.h           | 899 +--------------------------------
 uapi/linux/ethtool_netlink_generated.h | 821 ++++++++++++++++++++++++++++++
 uapi/linux/if_link.h                   |  26 +
 uapi/linux/net_tstamp.h                |  11 +
 uapi/linux/rtnetlink.h                 |  22 +-
 uapi/linux/stddef.h                    |  13 +-
 uapi/linux/types.h                     |   1 +
 15 files changed, 1262 insertions(+), 907 deletions(-)
---
base-commit: c62310eb2999e40545d0aa6f3a7489864b633607
change-id: 20241205-feature_ptp-5f11ec7a5b95

Best regards,