Re: [PATCH v10 net-next 0/3] Implement PTP support in netdevsim
Jakub Kicinski <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 15 Aug 2026 08:31:45 +0200 Maciek Machnikowski wrote: > 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. > > It also adds the selftest to verify the hw timestamping functionality > running over netdevsim. FTR I held this off because I wanted to check if it passes on any HW we have in NIPA. First there was a bug in NIPA itself: https://github.com/linux-netdev/nipa/commit/459e2575ec36bbc47659db8a455a1b2eebde59b3 then we were missing linuxptp on the runners. Next run will hopefully tell.