Re: [Linuxptp-devel] [PATCH v2 1/6] Add doubly attached clock support

2023-07-05 Thread Jacob Keller
On 7/4/2023 3:30 AM, Stephan Wurm wrote: > Standard IEC 21439-3:2016 Appendix A extends the PTPv2 standard by the > definition of doubly attached clocks (DAC) via redundant ports (either > connected by HSR or PRP). Therefore, the state machine is extended by > state PASSIVE_SLAVE and transition

Re: [Linuxptp-devel] [PATCH v1] servo: Implement offset statistics

2023-07-05 Thread Jacob Keller
On 7/3/2023 7:18 AM, Maciek Machnikowski wrote: > Currently running servo reports current offsets in numerous tools, but lacks > statistical data. Having the basic statistical data makes it easier to monitor > running servo (especially on long runs) and determine servo performance. > > This pat