Re: [Linuxptp-devel] [PATCH 1/4] Schedule announce TX timeout also when in slave-only mode
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
|
From: Richard C. <ric...@gm...> - 2013-12-01 06:48:18
|
On Sat, Nov 30, 2013 at 09:46:46PM +0100, Delio Brignoli wrote:
>
> Yes, but... 802.1AS does not have a different state machine for
> slave-only operation, instead a non grand-master capable time-aware
> system has a property1 value of 255 (see second paragraph of section
> 8.6.2.1). Additionally, according to point f.5 of section
> 10.3.12.1.4 updtRolesTree(), if the current portPriorityVector is
> the portPriorityVector of the time-aware system (i.e. we have not
> yet received an announce message with better portPriorityVector) the
> portRole should be set to MasterPort which makes the txAnnounce
> method reachable.
This brings to mind two questions.
1. Does omitting the announce message from a slave only node cause you
interoperability problems?
2. What is the point of the slave only node's announce messages?
[ The announce messages will not affect the outcome of the peer's
BMC election, except to make it slower. ]
Thanks,
Richard
|