You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an AMD Ryzen 9 5950X to run tests against an FPGA-based NTP server, and have experienced issues with large jitters in the ntpperf-measured timestamps. (The used network interface is a Intel 10G X550T. The FPGA has a 100 Mbps interface.)
They are however not affected by the use of stress or taskset or not.
The clock of the machine is handled by chronyd, and synchronized against the same NTP server. Here the hardware timestamps are used (no offsets applied):
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^? gbg2.ntp.netnod.se 1 6 77 4 +16us[ +16us] +/- 267us
^* 192.168.1.192 1 2 377 3 +1505ns[+1973ns] +/- 17us
Name/IP Address NP NR Span Frequency Freq Skew Offset Std Dev
==============================================================================
gbg2.ntp.netnod.se 6 5 136 +0.064 0.691 +6413ns 8560ns
192.168.1.192 32 3 127 +0.001 0.016 +4ns 935ns
Reference ID : C0A801C0 (192.168.1.192)
Stratum : 2
Ref time (UTC) : Fri Feb 10 10:30:24 2023
System time : 0.000000166 seconds fast of NTP time
Last offset : +0.000000468 seconds
RMS offset : 0.000000384 seconds
Frequency : 0.499 ppm slow
Residual freq : +0.001 ppm
Skew : 0.020 ppm
Root delay : 0.000032893 seconds
Root dispersion : 0.000004203 seconds
Update interval : 4.6 seconds
Leap status : Normal
Remote address : 192.168.1.192 (C0A801C0)
Remote port : 123
Local address : 192.168.1.75 (C0A8014B)
Leap status : Normal
Version : 4
Mode : Server
Stratum : 1
Poll interval : 4 (16 seconds)
Precision : -26 (0.000000015 seconds)
Root delay : 0.000000 seconds
Root dispersion : 0.000000 seconds
Reference ID : 47505300 (GPS)
Reference time : Fri Feb 10 10:30:24 2023
Offset : -0.000001973 seconds
Peer delay : 0.000032893 seconds
Peer dispersion : 0.000000910 seconds
Response time : 0.000003520 seconds
Jitter asymmetry: +0.00
NTP tests : 111 111 1111
Interleaved : No
Authenticated : No
TX timestamping : Hardware
RX timestamping : Hardware
Total TX : 36
Total RX : 36
Total valid RX : 36
Perhaps this is useful for someone else.
The text was updated successfully, but these errors were encountered:
I am using an AMD Ryzen 9 5950X to run tests against an FPGA-based NTP server, and have experienced issues with large jitters in the
ntpperf
-measured timestamps. (The used network interface is a Intel 10G X550T. The FPGA has a 100 Mbps interface.)Example:
Locking
ntpperf
to two cores helps (one for main thread, second for sender):Also running some CPU-loading program (e.g.
stress
) on the other 30 cores help further:I was not able to force the CPU frequencies to fixed values using the CPU scaling governors.
Also, the HW timestamping showed large offsets
and also large standard deviations:
They are however not affected by the use of
stress
ortaskset
or not.The clock of the machine is handled by
chronyd
, and synchronized against the same NTP server. Here the hardware timestamps are used (no offsets applied):Perhaps this is useful for someone else.
The text was updated successfully, but these errors were encountered: