lkml.org 
[lkml]   [2008]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: LinuxPPS low-level IRQs timestamps & ldisc
On Mon, Jun 02, 2008 at 07:22:03PM +0200, Rodolfo Giometti wrote:
...
> In the past we noticed that just moving up the getnstimeofday() of
> only one instruction, from:
>
> port->icount.dcd++;
> getnstimeofday(&ts);
>
> to:
>
> getnstimeofday(&ts);
> port->icount.dcd++;
>
> the time precision improved from 5ms to 2ms...

Perhaps I am looking for unattainable.. but I have HP/Agilent 58534A
(a.k.a Symmetricom 58534A) "GPS Timing Antenna", which specifications
are telling that it should attain 1PPS timing jitter of less than 40 ns
in proper stabilized position hold mode.

Can that level be handled with standard PC hardware, or should the time
keeping and core parts of NTP be delegated into FPGA entirely ?
Stratum-1 is rather demanding, after all...

> However, if you prefere that I add the if clause, I'll do it.
> Thanks,
> Rodolfo

Thanks, Matti


\
 
 \ /
  Last update: 2008-06-02 22:25    [W:0.106 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site