Re: [Linuxptp-devel] [PATCH v5 08/13] ts2phc: instantiate a pmc agent

2022-06-14 Thread Richard Cochran
On Tue, Nov 23, 2021 at 02:14:16AM +0200, Vladimir Oltean wrote: > +static enum port_state ts2phc_normalize_state(enum port_state state) > +{ > + if (state != PS_MASTER && state != PS_SLAVE && > + state != PS_PRE_MASTER && state != PS_UNCALIBRATED) { > + /* treat any other

Re: [Linuxptp-devel] [PATCH v5 09/13] ts2phc_slave: print offset to the source clock

2022-06-14 Thread Richard Cochran
On Tue, Nov 23, 2021 at 02:14:17AM +0200, Vladimir Oltean wrote: > Make this information more visible by default, since it is the key > output of this program. ok ___ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.source

[Linuxptp-devel] [PATCH] unicast: Update announce timer when renew

2022-06-14 Thread Vadim Fedorenko via Linuxptp-devel
After first timeout of Announce message ptp4l will send Announce requests messages to all of configured non-master clock peers without updating timeout on approval packet making huge unneeded workload on servers. Fix it by updating announce timeout correctly. Signed-off-by: Vadim Fedorenko --- u