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
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
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