Re: [Linuxptp-users] PTP grandmaster and P2P delay mechanism
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2015-03-07 07:05:43
|
On Fri, Mar 06, 2015 at 05:39:17PM +0000, Daniel Le wrote: > Hello, > > By IEEE 1588-2008 standard, can a grandmaster clock support peer-to-peer delay mechanism, in addition to the request-response delay mechanism? Yes, a GM can and should support both the P2P and E2E mechanisms. You cannot mix the two in one network. However, in ptp4l the delay mechanism is a per-port option. That means you can configure your BC to ask as a bridge between different networks. > I did an experiment where I ran ptp4l on one device as grandmaster and on other device as slave. The two devices were connected back-to-back, configured to do peer-to-peer delay measurement, and the protocol handshaking was fine. > > I then tested the Symmetricom TimeProvider 5000 grandmaster and realized it only worked with request-response delay measurement protocol. Maybe they have a configuration option? HTH, Richard |