Re: [Linuxptp-devel] [PATCH 3/3] tsproc: Allow clock synchronization immediately after jump.

2017-04-11 Thread Burkhard Ilsen
Paches 2 and 3 work for me as well. Code is cleared, performance improved. Burkhard -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Linuxptp-devel] [PATCH 3/3] tsproc: Allow clock synchronization immediately after jump.

2017-04-10 Thread Keller, Jacob E
> -Original Message- > From: Richard Cochran [mailto:richardcoch...@gmail.com] > Sent: Saturday, April 08, 2017 12:21 PM > To: linuxptp-devel@lists.sourceforge.net > Subject: [Linuxptp-devel] [PATCH 3/3] tsproc: Allow clock synchronization > immediately after jump.

Re: [Linuxptp-devel] [PATCH 3/3] tsproc: Allow clock synchronization immediately after jump.

2017-04-10 Thread Miroslav Lichvar
On Sat, Apr 08, 2017 at 09:20:59PM +0200, Richard Cochran wrote: > After a servo jump, the call to tsproc_reset() clears tsp->t3. This > causes the next call to tsproc_update_offset() to fail. However the > offset calculation does not necessarily depend on t3, i.e. when > filtered_delay is

[Linuxptp-devel] [PATCH 3/3] tsproc: Allow clock synchronization immediately after jump.

2017-04-08 Thread Richard Cochran
After a servo jump, the call to tsproc_reset() clears tsp->t3. This causes the next call to tsproc_update_offset() to fail. However the offset calculation does not necessarily depend on t3, i.e. when filtered_delay is available and neither raw nor weighting is used. This patch fixes the issue