Re: [Linuxptp-devel] [PATCH v5 07/11] Add the ALTERNATE_TIME_OFFSET_PROPERTIES management message.

2023-02-19 Thread Richard Cochran
On Wed, Feb 15, 2023 at 03:20:06PM +0100, Miroslav Lichvar wrote: > With this patch it works for me (new test in the testsuite): Thanks for the patch, and thanks for the super awesome test suite! It lets us develop with confidence. Richard ___

Re: [Linuxptp-devel] [PATCH v5 07/11] Add the ALTERNATE_TIME_OFFSET_PROPERTIES management message.

2023-02-15 Thread Miroslav Lichvar
On Tue, Feb 14, 2023 at 09:00:54PM -0800, Richard Cochran wrote: > @@ -205,6 +206,24 @@ static void do_set_action(struct pmc *pmc, int action, > int index, char *str) > } > pmc_send_set_action(pmc, code, , sizeof(mtd)); > break; > + case

[Linuxptp-devel] [PATCH v5 07/11] Add the ALTERNATE_TIME_OFFSET_PROPERTIES management message.

2023-02-14 Thread Richard Cochran
Signed-off-by: Richard Cochran --- clock.c | 70 +--- pmc.c| 17 + pmc_common.c | 24 +- tlv.c| 21 util.h | 7 ++ 5 files changed, 134 insertions(+), 5 deletions(-) diff