Re: [PATCH v4 0/2] Improve TSC frequency accuracy

2024-10-02 Thread Bruce Richardson
On Wed, Oct 02, 2024 at 07:56:34PM +0300, Isaac Boukris wrote: > Changes in V4: > - lower ronding on Windows too > - on freebsd prefer system tsc_hz > > Isaac Boukris (2): > timer: lower rounding of TSC estimation to 100KHz > timer: allow platform to override cpu TSC frequency > > lib/eal/

[PATCH v4 0/2] Improve TSC frequency accuracy

2024-10-02 Thread Isaac Boukris
Changes in V4: - lower ronding on Windows too - on freebsd prefer system tsc_hz Isaac Boukris (2): timer: lower rounding of TSC estimation to 100KHz timer: allow platform to override cpu TSC frequency lib/eal/common/eal_common_timer.c | 3 +- lib/eal/common/eal_private.h | 2 +- lib