On 7/9/2024 6:53 AM, Kory Maincent wrote: > The hardware registration clock for net device is now using > netdev_ptp_clock_register to save the net_device pointer within the PTP > clock xarray. netdevsim is registering its ptp through the mock driver. > It is the only driver using the mock driver to register a ptp clock. > Convert the mock driver to the new API. > > Reviewed-by: Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx> > Signed-off-by: Kory Maincent <kory.maincent@xxxxxxxxxxx> > --- > Changes in v8: > - New patch > --- Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>