Re: [Linuxptp-users] Issue with initial high jitter(Path Delay Variation)
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2016-02-18 13:15:01
|
On Thu, Feb 18, 2016 at 04:03:09PM +0530, Sujatha Guguloth wrote: > /* set the current offset values */ > *offset = then;* This is still wrong. The delta value is, well, a delta. You must add it to the current offset. I hate to say it, but this list about the linuxptp software, not about proprietary driver development. We pointed you in the right direction, saying that the problem lies in the driver and/or fpga. You will have to fix it yourself. Sorry, Richard |