Re: [Linuxptp-users] clock_gettime implementation in driver

2023-01-18 Thread Richard Cochran
On Wed, Jan 18, 2023 at 11:36:40AM +0530, Aditya Venu via Linuxptp-users wrote: > I am running my device as a master. Is it mandatory to implement driver > call backs for gettime and settime for master? > > I think the ptp4l program doesn't call clock_gettime() and clock_settime > but I'm not su

[Linuxptp-users] clock_gettime implementation in driver

2023-01-17 Thread Aditya Venu via Linuxptp-users
Hi linuxptp users, I have a query regarding clock_gettime implementation in the driver. I am running my device as a master. Is it mandatory to implement driver call backs for gettime and settime for master? I think the ptp4l program doesn't call clock_gettime() and clock_settime but I'm not sur