[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <6BFAC54D-65CA-4F8A-9C5B-CEFB108C90FD@amacapital.net>
Date: Fri, 17 Jan 2020 08:37:12 -0800
From: Andy Lutomirski <luto@...capital.net>
To: Krzysztof Piecuch <piecuch@...tonmail.com>
Cc: "corbet@....net" <corbet@....net>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"mingo@...hat.com" <mingo@...hat.com>,
"bp@...en8.de" <bp@...en8.de>, "hpa@...or.com" <hpa@...or.com>,
"x86@...nel.org" <x86@...nel.org>,
"mchehab+samsung@...nel.org" <mchehab+samsung@...nel.org>,
"jpoimboe@...hat.com" <jpoimboe@...hat.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"pawan.kumar.gupta@...ux.intel.com"
<pawan.kumar.gupta@...ux.intel.com>,
"paulmck@...ux.ibm.com" <paulmck@...ux.ibm.com>,
"jgross@...e.com" <jgross@...e.com>,
"rafael.j.wysocki@...el.com" <rafael.j.wysocki@...el.com>,
"viresh.kumar@...aro.org" <viresh.kumar@...aro.org>,
"drake@...lessm.com" <drake@...lessm.com>,
"malat@...ian.org" <malat@...ian.org>,
"mzhivich@...mai.com" <mzhivich@...mai.com>,
"juri.lelli@...hat.com" <juri.lelli@...hat.com>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86/tsc: Add tsc_tuned_baseclk flag disabling CPUID.16h use for tsc calibration
> On Jan 17, 2020, at 7:21 AM, Krzysztof Piecuch <piecuch@...tonmail.com> wrote:
>
> Changing base clock frequency directly impacts tsc hz but not CPUID.16h
> values. An overclocked CPU supporting CPUID.16h and partial CPUID.15h
> support will set tsc hz according to "best guess" given by CPUID.16h
> relying on tsc_refine_calibration_work to give better numbers later.
> tsc_refine_calibration_work will refuse to do its work when the outcome is
> off the early tsc hz value by more than 1% which is certain to happen on an
> overclocked system.
>
Wouldn’t it be better to have an option tsc_max_refinement= to increase the 1%?
Powered by blists - more mailing lists