[Linuxptp-devel] [PATCH v2 0/3] Fixes for sanity clock check
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Miroslav L. <mli...@re...> - 2021-05-26 08:23:52
|
v2 - improved commit message - added missing NULL check These patches should make the clock check more reliable, e.g. when the clock is controlled externally by another process, or when there are multiple clocks in the jbod mode as was discussed recently on this list. 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 (3): 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. clock.c | 4 +++- clockcheck.c | 9 ++++++++- clockcheck.h | 6 ++++++ port.c | 5 ++++- 4 files changed, 21 insertions(+), 3 deletions(-) -- 2.26.3 |