Re: [Linuxptp-devel] [PATCH] tsproc_update_offset() fails when it should succeed

2017-04-10 Thread Keller, Jacob E
> -Original Message- > From: Burkhard Ilsen [mailto:burkhardil...@gmail.com] > Sent: Friday, April 07, 2017 3:30 PM > To: linuxptp-devel@lists.sourceforge.net > Subject: [Linuxptp-devel] [PATCH] tsproc_update_offset() fails when it should > succeed > > After the first SERVO_JUMP the follow

Re: [Linuxptp-devel] [PATCH] tsproc_update_offset() fails when it should succeed

2017-04-08 Thread Richard Cochran
On Sat, Apr 08, 2017 at 12:30:05AM +0200, Burkhard Ilsen wrote: > diff --git a/tsproc.c b/tsproc.c > index cf5f0dc..a9c1c48 100644 > --- a/tsproc.c > +++ b/tsproc.c > @@ -163,12 +163,17 @@ int tsproc_update_offset(struct tsproc *tsp, tmv_t > *offset, double *weight) > { > tmv_t delay, raw_

Re: [Linuxptp-devel] [PATCH] tsproc_update_offset() fails when it should succeed

2017-04-06 Thread Miroslav Lichvar
On Thu, Apr 06, 2017 at 12:08:29PM +0200, Burkhard Ilsen wrote: > Hearing no complains I propose the attached patch. > > > Like Jake said, your patch is whitespace damaged. > Thanks for the info, I am now using your pre-commit hook. There is still an odd hunk adding some whitespace. As for the c