[PATCH v4 0/2] Improve TSC frequency accuracy
Bruce Richardson
bruce.richardson at intel.com
Wed Oct 2 19:12:28 CEST 2024
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/common/eal_common_timer.c | 3 +-
> lib/eal/common/eal_private.h | 2 +-
> lib/eal/freebsd/eal_timer.c | 8 +++--
> lib/eal/linux/eal_timer.c | 59 +++++++++++++++++++++++++++----
> lib/eal/windows/eal_timer.c | 11 +++---
> 5 files changed, 68 insertions(+), 15 deletions(-)
>
> --
I like this cleanup. One open on patch 2 still on my end. With that
resolved:
Series-Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list