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

2023-07-28 Thread Stephan Wurm via Linuxptp-devel
Hello Richard, Am 25.07.2023 um 19:38 hat Richard Cochran geschrieben: > On Tue, Jul 04, 2023 at 12:30:38PM +0200, Stephan Wurm wrote: > > > diff --git a/fsm.h b/fsm.h > > index 857af05..919e934 100644 > > --- a/fsm.h > > +++ b/fsm.h > > @@ -31,6 +31,7 @@ enum port_state { > > PS_PASSIVE, > >

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

2023-07-26 Thread Erez
On Wed, 26 Jul 2023 at 04:39, Richard Cochran wrote: > On Tue, Jul 04, 2023 at 12:30:38PM +0200, Stephan Wurm wrote: > > > diff --git a/fsm.h b/fsm.h > > index 857af05..919e934 100644 > > --- a/fsm.h > > +++ b/fsm.h > > @@ -31,6 +31,7 @@ enum port_state { > > PS_PASSIVE, > >

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

2023-07-25 Thread Richard Cochran
On Tue, Jul 04, 2023 at 12:30:38PM +0200, Stephan Wurm wrote: > diff --git a/fsm.h b/fsm.h > index 857af05..919e934 100644 > --- a/fsm.h > +++ b/fsm.h > @@ -31,6 +31,7 @@ enum port_state { > PS_PASSIVE, > PS_UNCALIBRATED, > PS_SLAVE, > + PS_PASSIVE_SLAVE, /*according to IEC

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

2023-07-14 Thread Wurm, Stephan
Hello Jake Am Mittwoch, dem 05.07.2023 um 10:50 -0700 schrieb 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,

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