[Linuxptp-devel] [PATCH v5 1/2] pmc_agent: Add option to run callback for signaling messages

2023-04-20 Thread Maciek Machnikowski
Add option to run callback that when the PMC agent receives signaling messages. Signed-off-by: Maciek Machnikowski --- pmc_agent.c | 21 +++-- pmc_agent.h | 7 +++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/pmc_agent.c b/pmc_agent.c index 62d1a86..ef4e1b

[Linuxptp-devel] [PATCH v5 2/2] ts2phc: Add PTP as a source of ToD

2023-04-20 Thread Maciek Machnikowski
Add PPS ToD source that extracts ToD from master timestamps from a slave event monitor of the running ptp4l instance. It enables scenarios where reliable ToD sources, such as nmea, may not be available, but a system is connected to different ptp masters. It can be used in the APTS deployment wit

Re: [Linuxptp-devel] [PATCH v2 1/2] pmc_agent: Add option to run callback for signaling messages

2023-04-20 Thread Maciek Machnikowski
On 4/17/2023 3:24 PM, Erez wrote: > > > On Mon, 17 Apr 2023 at 15:21, Maciek Machnikowski > mailto:mac...@machnikowski.net>> wrote: > > > > On 4/14/2023 2:58 PM, Erez wrote: > > > > > > On Tue, 11 Apr 2023 at 10:28, Maciek Machnikowski > > mailto:mac...@machnikowski.net>