Re: [Linuxptp-devel] [PMC] delay_timeout counter of PortServiceStats unusable

2023-11-29 Thread Erez
On Wed, 29 Nov 2023 at 15:45, Paz Cohen wrote: > I have noticed that "delay_timeout" returned by pmc with > "PORT_SERVICE_STATS_NP" is always increasing, even when rx delay responses > are arriving as expected. > It appears to happen because code flow does not get to resetting the delay > timeout

[Linuxptp-devel] [PMC] delay_timeout counter of PortServiceStats unusable

2023-11-29 Thread Paz Cohen
I have noticed that "delay_timeout" returned by pmc with "PORT_SERVICE_STATS_NP" is always increasing, even when rx delay responses are arriving as expected. It appears to happen because code flow does not get to resetting the delay timeout(FD_DELAY_TIMER), unless poll woke on this fd. The problem