]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
refclock: update comment in PHC driver
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 10 Apr 2024 10:02:50 +0000 (12:02 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 10 Apr 2024 10:13:29 +0000 (12:13 +0200)
Since Linux 6.7 external timestamping events are no longer shared among
all descriptors of a PHC. Each descriptor gets its own copy of each
timestamp.

refclock_phc.c

index abda2e87705e62c921a3aef246a661775fd31bc1..e12f22583861e2d7d90560fdaa9a53e2262aab9c 100644 (file)
@@ -175,7 +175,7 @@ static void read_ext_pulse(int fd, int event, void *anything)
   instance = anything;
   phc1 = RCL_GetDriverData(instance);
 
-  /* The Linux kernel (as of 6.2) has one shared queue of timestamps for all
+  /* Linux versions before 6.7 had one shared queue of timestamps for all
      descriptors of the same PHC.  Search for all refclocks that expect
      the timestamp. */