Re: [Linuxptp-devel] Question: LinuxPTP cannot be convergent after ethernet cable hot-plug

2015-11-04 Thread Richard Cochran
On Wed, Nov 04, 2015 at 08:50:03AM +, Duan Andy wrote: > I found there have one issue while running LinuxPTP stack (1.5/1.6, > all versions) on i.MX6/7x platform. The issue is PTP cannot be > convergent after PTP slave Ethernet cable plug-out and then > plug-in. Of course, networking works fin

[Linuxptp-devel] Offset Filters

2015-11-04 Thread Shlomi Tubul
Hi All, I have a question regarding offset filters. I saw that there are 2 type of filters for the delay that helps correcting it to. Is there a reason not to do so also to offset? Thank you Shlomi Tubul System Engineer Application Acceleration Mellanox Technologi

Re: [Linuxptp-devel] Offset Filters

2015-11-04 Thread Richard Cochran
On Wed, Nov 04, 2015 at 01:02:34PM +, Shlomi Tubul wrote: > Is there a reason not to do so also to offset? Well, the PI servo (or the linear regression servo) does "filter" the inputs based on the weights. Also, take a look at the tsproc module. If you can't find what you need

Re: [Linuxptp-devel] Offset Filters

2015-11-04 Thread Shlomi Tubul
Thx Richard, For some reason, I see spikes at clients, which are unreasonable. Most of the time the offset is around +- 200ns, but from time to time it jumps to more than 20 micro second. This tells the client it needs to adjust its clock, but the adjustment is not corr

Re: [Linuxptp-devel] Offset Filters

2015-11-04 Thread Richard Cochran
On Wed, Nov 04, 2015 at 01:46:52PM +, Shlomi Tubul wrote: > For some reason, I see spikes at clients, which are > unreasonable. Most of the time the offset is around +- 200ns, > but from time to time it jumps to more than 20 micro second. You shouldn't have such spikes. >

Re: [Linuxptp-devel] Offset Filters

2015-11-04 Thread Keller, Jacob E
On Wed, 2015-11-04 at 18:29 +0100, Richard Cochran wrote: > On Wed, Nov 04, 2015 at 01:46:52PM +, Shlomi Tubul wrote: > > > For some reason, I see spikes at clients, which are > > unreasonable. Most of the time the offset is around +- 200ns, > > but from time to time it jumps to mo

[Linuxptp-devel] Enterprise Profile Hybrid E2E Mode - Slave's Acceptable Master Table

2015-11-04 Thread Daniel Le
Hello, Does LinuxPTP 1.6 implement Acceptable Master Table? If not, how does a PTP slave select a master when there are multiple masters in the network? And I would appreciate pointers to where in the code to look at for adding this functionality if unavailable. Thanks, Daniel --

Re: [Linuxptp-devel] Enterprise Profile Hybrid E2E Mode - Slave's Acceptable Master Table

2015-11-04 Thread Richard Cochran
On Wed, Nov 04, 2015 at 11:00:37PM +, Daniel Le wrote: > Does LinuxPTP 1.6 implement Acceptable Master Table? No. > If not, how does a PTP slave select a master when there are multiple > masters in the network? With the BMCA. > And I would appreciate pointers to where in the code to look at