Re: [Linuxptp-devel] [PATCH] Handle step_window at port level.

2021-05-23 Thread Richard Cochran
On Sun, May 23, 2021 at 09:31:39AM -0700, Richard Cochran wrote: > On Mon, Apr 19, 2021 at 06:11:34PM +0200, Luigi 'Comio' Mantellini wrote: > > From: Luigi Mantellini > > > > The step_window functionality should be defined at the port level because > > we cannot assume that different ports have

Re: [Linuxptp-devel] [PATCH] Handle step_window at port level.

2021-05-23 Thread Richard Cochran
On Mon, Apr 19, 2021 at 06:11:34PM +0200, Luigi 'Comio' Mantellini wrote: > From: Luigi Mantellini > > The step_window functionality should be defined at the port level because > we cannot assume that different ports have the same sync message rate. > --- > clock.c| 13 + > c

[Linuxptp-devel] [PATCH] Handle step_window at port level.

2021-04-19 Thread Luigi 'Comio' Mantellini
From: Luigi Mantellini The step_window functionality should be defined at the port level because we cannot assume that different ports have the same sync message rate. --- clock.c| 13 + clock.h| 5 +++-- config.c | 2 +- port.c | 18 +-