Re: [Linuxptp-devel] [PATCH v4] Rework twoStepFlag in order to handle one step on port basis.

2021-05-23 Thread Richard Cochran
On Thu, Apr 22, 2021 at 09:18:33AM +0200, Luigi 'Comio' Mantellini wrote: > With this patch we introduce the twoStepFlag evaluation at port level. This isn't going to work. The two step flag is an element of a clock, not port, data set. 8.2.1.2.1 defaultDS.twoStepFlag The value of

Re: [Linuxptp-devel] [PATCH v4] Rework twoStepFlag in order to handle one step on port basis.

2021-04-22 Thread Geva, Erez
On 22/04/2021 09:18, Luigi 'Comio' Mantellini wrote: > With this patch we introduce the twoStepFlag evaluation at port level. > > --- > config.c | 2 +- > port.c | 35 ++- > ptp4l.8 | 9 - > 3 files changed, 39 insertions(+), 7 deletions(-) > >

[Linuxptp-devel] [PATCH v4] Rework twoStepFlag in order to handle one step on port basis.

2021-04-22 Thread Luigi 'Comio' Mantellini
With this patch we introduce the twoStepFlag evaluation at port level. --- config.c | 2 +- port.c | 35 ++- ptp4l.8 | 9 - 3 files changed, 39 insertions(+), 7 deletions(-) diff --git a/config.c b/config.c index 4472d3d..f0e1e07 100644 ---