public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Implement PTP support in netdevsim
@ 2026-02-19 14:05 Maciek Machnikowski
  2026-02-19 14:05 ` [PATCH net-next 1/2] ptp: Expose ptp_clock_info to external drivers Maciek Machnikowski
  2026-02-19 14:05 ` [PATCH net-next 2/2] netdevsim: Implement basic ptp support Maciek Machnikowski
  0 siblings, 2 replies; 8+ messages in thread
From: Maciek Machnikowski @ 2026-02-19 14:05 UTC (permalink / raw)
  To: kuba; +Cc: maciek, richardcochran, netdev, milena.olech

This patchset adds support to the PTP HW timestamping emulation in the
netdevsim. It uses existing binding between netdevsim and ptp_mock
driver to generate transmit and receive timestamps.


Maciek Machnikowski (2):
  ptp: Expose ptp_clock_info to external drivers
  netdevsim: Implement basic ptp support

 drivers/net/netdevsim/ethtool.c   | 12 +++++
 drivers/net/netdevsim/netdev.c    | 90 +++++++++++++++++++++++++++++++
 drivers/net/netdevsim/netdevsim.h |  1 +
 drivers/ptp/ptp_mock.c            |  6 +++
 include/linux/ptp_mock.h          |  5 ++
 5 files changed, 114 insertions(+)

-- 
2.53.0


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

end of thread, other threads:[~2026-02-20 21:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19 14:05 [PATCH net-next 0/2] Implement PTP support in netdevsim Maciek Machnikowski
2026-02-19 14:05 ` [PATCH net-next 1/2] ptp: Expose ptp_clock_info to external drivers Maciek Machnikowski
2026-02-19 14:05 ` [PATCH net-next 2/2] netdevsim: Implement basic ptp support Maciek Machnikowski
2026-02-19 16:16   ` Andrew Lunn
2026-02-19 20:42   ` Jakub Kicinski
2026-02-20 21:07     ` Maciek Machnikowski
2026-02-20 20:08   ` Willem de Bruijn
2026-02-20 21:06     ` Maciek Machnikowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox