Re: [Linuxptp-devel] [PATCH] G.8275.2 support for delay_mechanism NO_MECHANISM

2022-06-06 Thread Miroslav Lichvar
On Fri, Jun 03, 2022 at 11:52:41AM +0530, SyncMonk Technologies wrote: > As per IEEE1588-2019, Table 21 adding NO_MECHANISM support. In this > case port does not implement the delay mechanism. Looks good to me with few minor issues. See below. > --- a/config.c > +++ b/config.c > @@ -168,9 +168,10

[Linuxptp-devel] [PATCH] G.8275.2 support for delay_mechanism NO_MECHANISM

2022-06-06 Thread SyncMonk Technologies
As per IEEE1588-2019, Table 21 adding NO_MECHANISM support. In this case port does not implement the delay mechanism. Signed-off-by: Greg Armstrong Signed-off-by: Leon Goldin Signed-off-by: Devasish Dey Signed-off-by: Vipin Sharma --- clock.c | 4 +++- config.c | 1 + dm.h