Re: [Linuxptp-devel] [PATCH] Add notification for changes in PARENT_DATA_SET.

2023-11-21 Thread Miroslav Lichvar
On Tue, Nov 21, 2023 at 08:52:30PM -0800, Richard Cochran wrote: > linuxptp-testsuite test 20-pmc now fails with > > "SUBSCRIBE_EVENTS_NP SET needs 4 values" > > Can you provide an update? Done. Thanks. -- Miroslav Lichvar ___ Linuxptp-devel

Re: [Linuxptp-devel] [PATCH] Add notification for changes in PARENT_DATA_SET.

2023-11-21 Thread Richard Cochran
On Mon, Jun 26, 2023 at 05:16:20PM +0200, Miroslav Lichvar wrote: > Add a new notification event for pmc clients to receive > PARENT_DATA_SET when a change is made there. > > Signed-off-by: Miroslav Lichvar Applied. linuxptp-testsuite test 20-pmc now fails with "SUBSCRIBE_EVENTS_NP SET

[Linuxptp-devel] [PATCH] Add notification for changes in PARENT_DATA_SET.

2023-06-26 Thread Miroslav Lichvar
Add a new notification event for pmc clients to receive PARENT_DATA_SET when a change is made there. Signed-off-by: Miroslav Lichvar --- clock.c| 26 +++--- notification.h | 1 + pmc.c | 10 ++ pmc_common.c | 15 +++ 4 files changed,