Re: [Linuxptp-devel] [RFC PATCH v2 1/9] Add new TLV for CommonMeanLinkDelayInformation
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2023-11-16 06:08:02
|
On Wed, Nov 15, 2023 at 09:45:52PM -0800, Richard Cochran wrote: > On Mon, May 15, 2023 at 06:26:04PM -0400, Kishen Maloor wrote: > > > @@ -473,6 +476,14 @@ struct msg_interface_rate_tlv { > > UInteger16 numberOfBitsAfterTimestamp; > > } PACKED; > > > > +struct cmlds_info_np { > > + Integer8 serviceMeasurementValid; > > + TimeInterval meanLinkDelay; > > + Integer32 scaledNeighborRateRatio; > > I think you need one more field, like "source_port_index" > > If a client subscribes to TLVs from multiple ports, then it needs a > way to tell which is which. Or maybe the subscription will cause the CMLDS server to forward all p2p delay measurements from all p2p ports. Still the TLVs needs to include the port index. Thanks, Richard |