Re: [Linuxptp-devel] [PATCH v3 0/5] Fixes for sanity clock check

2021-08-04 Thread Richard Cochran
On Mon, May 31, 2021 at 11:07:51AM +0200, Miroslav Lichvar wrote:
> v3
> - added patch to avoid slow renewal of raw sockets
> - added patch to increase the minimum check interval
> 
> v2
> - improved commit message
> - added missing NULL check
> 
> These patches make the clock check more reliable in several different
> cases.
> 
> The first patch is not strictly related to the clock check, e.g. it also
> fixes the path delay after switching the slave port.
> 
> Miroslav Lichvar (5):
>   clock: Reset state when switching port with same best clock.
>   clock: Reset clock check on best clock/port change.
>   port: Don't check timestamps from non-slave ports.
>   port: Don't renew raw transport.
>   clockcheck: Increase minimum interval.

Series applied.

Thanks,
Richard


___
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel


[Linuxptp-devel] [PATCH v3 0/5] Fixes for sanity clock check

2021-05-31 Thread Miroslav Lichvar
v3
- added patch to avoid slow renewal of raw sockets
- added patch to increase the minimum check interval

v2
- improved commit message
- added missing NULL check

These patches make the clock check more reliable in several different
cases.

The first patch is not strictly related to the clock check, e.g. it also
fixes the path delay after switching the slave port.

Miroslav Lichvar (5):
  clock: Reset state when switching port with same best clock.
  clock: Reset clock check on best clock/port change.
  port: Don't check timestamps from non-slave ports.
  port: Don't renew raw transport.
  clockcheck: Increase minimum interval.

 clock.c  |  4 +++-
 clockcheck.c | 11 +--
 clockcheck.h |  6 ++
 port.c   | 11 ++-
 4 files changed, 28 insertions(+), 4 deletions(-)

-- 
2.26.3



___
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel