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

Kory Maincent posted 3 patches 11 months, 1 week ago
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(-)
[PATCH ethtool-next 0/3] Add support for hardware timestamp provider
Posted by Kory Maincent 11 months, 1 week ago
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,
-- 
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com

Re: [PATCH ethtool-next 0/3] Add support for hardware timestamp provider
Posted by Michal Kubecek 10 months, 2 weeks ago
On Wed, Mar 05, 2025 at 06:33:36PM +0100, Kory Maincent wrote:
> 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
> 

Hello,

the series has been applied to master branch as the kernel counterpart
is already present in 6.14 kernel release.

Michal