These patches add a new servo type that keep the frequency adjustment always zero. This is useful in a Synchronous Ethernet network, where a slave clock will use this servo together with 'freq_noadj 1' and 'step_threshold 0.000000001' in the configuration.
Richard Cochran (2): Add a servo that inhibits all frequency adjustment Add a configuration option to use the "nullf" servo. config.c | 2 ++ makefile | 6 ++--- nullf.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ nullf.h | 26 +++++++++++++++++++++ ptp4l.8 | 12 ++++++---- servo.c | 4 ++++ servo.h | 1 + 7 files changed, 122 insertions(+), 8 deletions(-) create mode 100644 nullf.c create mode 100644 nullf.h -- 2.1.4 ------------------------------------------------------------------------------ _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel