Re: [PATCH 3/4] ptp: add ioctl interface for ptp_gettimex64any()

From: Mahesh Bandewar (महेश बंडेवार)
Date: Mon Oct 02 2023 - 20:30:32 EST


On Sat, Sep 30, 2023 at 2:25 PM Richard Cochran
<richardcochran@xxxxxxxxx> wrote:
>
> On Thu, Sep 28, 2023 at 07:37:43PM -0700, Mahesh Bandewar wrote:
> > add an ioctl op PTP_SYS_OFFSET_ANY2 to support ptp_gettimex64any() method
>
> This is a useful idea.
>
> But how about a new system call instead?
>
> clock_compare(clockid_t a, clockid_t b);
>
The purpose of this API is not to compare clocks but to get the width
of reading the MTS value (offered by NICs) in terms of the timebase
that is selected to essentially improve the accuracy.

> It would accept any two clock IDs.
>
> I've been wanting this for a long time, but never found time to
> implement it.
>
> Thanks,
> Richard