public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Luigi Rizzo <rizzo.unipi@gmail.com>
Cc: dev@dpdk.org, stable@dpdk.org,
	Bruce Richardson <bruce.richardson@intel.com>,
	Konstantin Ananyev <konstantin.ananyev@huawei.com>,
	Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>,
	Harry van Haaren <harry.van.haaren@intel.com>,
	Stephen Hemminger <stephen@networkplumber.org>
Subject: Re: [PATCH] eal/x86: fix TSC frequency query
Date: Tue, 03 Feb 2026 12:08:47 +0100	[thread overview]
Message-ID: <2922341.PYKUYFuaPT@thomas> (raw)
In-Reply-To: <20260130101506.175ca913@phoenix.local>

30/01/2026 19:15, Stephen Hemminger:
> On Fri, 30 Jan 2026 18:10:26 +0100
> Thomas Monjalon <thomas@monjalon.net> wrote:
> 
> > After getting TSC information from cpuid instruction,
> > some values must be multiplied and divided.
> > We must multiply first to get the most accurate value.
> > 
> > Example:
> > 	before: 1000000000 * (23 / 10) = 2 GHz
> > 	after:  1000000000 * 23 / 10 = 2.3 GHz
> > 
> > Bugzilla ID: 1869
> > Fixes: ad3516bb4ae1 ("eal/x86: implement arch-specific TSC freq query")
> > Cc: stable@dpdk.org
> > 
> > Reported-by: Luigi Rizzo <rizzo.unipi@gmail.com>
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>

Applied




      reply	other threads:[~2026-02-03 11:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-30 17:10 [PATCH] eal/x86: fix TSC frequency query Thomas Monjalon
2026-01-30 18:15 ` Stephen Hemminger
2026-02-03 11:08   ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2922341.PYKUYFuaPT@thomas \
    --to=thomas@monjalon.net \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=harry.van.haaren@intel.com \
    --cc=konstantin.ananyev@huawei.com \
    --cc=rizzo.unipi@gmail.com \
    --cc=sergio.gonzalez.monroy@intel.com \
    --cc=stable@dpdk.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox