Re: [Linuxptp-users] clock_gettime implementation in driver
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2023-01-18 15:15:52
|
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 sure. Can you please clarify? I don't think ptp4l will call get/settime in master mode. strace will tell you for sure. HTH, Richard |