Re: [Linuxptp-devel] [PATCH v3 0/5] Fixes for sanity clock check
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2021-08-04 20:01:49
|
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 |