mbox series

[v3,0/2] Improve TSC frequency accuracy on Linux

Message ID 20241001002527.277838-1-iboukris@gmail.com (mailing list archive)
Headers
Series Improve TSC frequency accuracy on Linux |

Message

Isaac Boukris Oct. 1, 2024, 12:22 a.m. UTC
Changes in V3:
 - fixed ifdef logic.
 - avoid breaking a debug line.

Isaac Boukris (2):
  timer/linux: lower rounding of tsc estimation to 100KHz
  timer/linux/x86: override TSC freq if no tsc_known_freq

 lib/eal/common/eal_common_timer.c |  3 +-
 lib/eal/common/eal_private.h      |  2 +-
 lib/eal/freebsd/eal_timer.c       |  5 ++-
 lib/eal/linux/eal_timer.c         | 59 +++++++++++++++++++++++++++----
 lib/eal/windows/eal_timer.c       |  5 ++-
 5 files changed, 63 insertions(+), 11 deletions(-)