Re: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-17 Thread Richard Cochran
On Tue, Feb 15, 2022 at 10:55:45AM -0800, Alexander Bulimov via Linuxptp-devel wrote: > +struct UnicastMasterEntry { > + uint8_t selected; > + Enumeration8portState; > + struct PortIdentity portIdentity; > + struct ClockQuality clockQuality; >

Re: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-17 Thread Richard Cochran
On Tue, Feb 15, 2022 at 10:55:45AM -0800, Alexander Bulimov via Linuxptp-devel wrote: > 4857dd.fffe.0e91da-1 seq 0 RESPONSE MANAGEMENT > MID_UNICAST_MASTER_TABLE_NP > actualTableSize 9 > BM identity address >

Re: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-17 Thread Alexander Bulimov via Linuxptp-devel
Sent: Tuesday, 15 February 2022 19:56 To: linuxptp-devel@lists.sourceforge.net Subject: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV This change adds new UNICAST_MASTER_TABLE_NP management TLV that exposes table with details of each gm: identity, IP address, state, if it's

Re: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-17 Thread Geva, Erez
To: linuxptp-devel@lists.sourceforge.net Subject: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV This change adds new UNICAST_MASTER_TABLE_NP management TLV that exposes table with details of each gm: identity, IP address, state, if it's selected as best master

[Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-15 Thread Alexander Bulimov via Linuxptp-devel
This change adds new UNICAST_MASTER_TABLE_NP management TLV that exposes table with details of each gm: identity, IP address, state, if it's selected as best master, and information from the latest Announce msg that is used in BMCA algorithm: ClockQuality and Priorities. The inspiration was