[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <21ce3aec-7fd0-4901-bdb0-d782637510d1@lunn.ch>
Date: Thu, 15 Aug 2024 16:26:55 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Maciek Machnikowski <maciek@...hnikowski.net>
Cc: Richard Cochran <richardcochran@...il.com>,
Vadim Fedorenko <vadim.fedorenko@...ux.dev>, netdev@...r.kernel.org,
jacob.e.keller@...el.com, darinzon@...zon.com, kuba@...nel.org
Subject: Re: [RFC 0/3] ptp: Add esterror support
On Thu, Aug 15, 2024 at 11:40:28AM +0200, Maciek Machnikowski wrote:
>
>
> On 15/08/2024 05:53, Richard Cochran wrote:
> > On Wed, Aug 14, 2024 at 05:08:24PM +0200, Maciek Machnikowski wrote:
> >
> >> The esterror should return the error calculated by the device. There is
> >> no standard defining this, but the simplest implementation can put the
> >> offset calculated by the ptp daemon, or the offset to the nearest PPS in
> >> cases where PPS is used as a source of time
> >
> > So user space produces the number, and other user space consumes it?
> >
> > Sounds like it should say in user space, shared over some IPC, like
> > PTP management messages for example.
>
> The user spaces may run on completely isolated platforms in isolated
> network with no direct path to communicate that.
> I'm well aware of different solutions on the same platform (libpmc, AWS
> Nitro or Clock Manager) , but this patchset tries to address different
> use case
So this in effect is just a communication mechanism between two user
space processes. The device itself does not know its own error, and
when told about its error, it does nothing. So why add new driver API
calls? It seems like the core should be able to handle this. You then
don't need a details explanation of the API which a PHY driver writer
can understand...
Andrew
Powered by blists - more mailing lists