Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1562168
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems |
| Date | 2017-01-18 21:50 +0100 |
| Message-ID | <t15l8-rI-13@gated-at.bofh.it> (permalink) |
| References | <t13sZ-7Dp-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jan 18, 2017 at 10:29:15AM -0800, Srinivas Pandruvada wrote: > On platforms supporting Intel Turbo Boost Max Technology 3.0, the > maximum turbo frequencies (turbo ratio) of some cores in a CPU package > may be higher than the other cores in the same package. In that case, > better performance can be achieved by making the scheduler prefer to run > tasks on the CPUs with higher max turbo frequencies. > > On IntelĀ® Broadwell Xeon systems, it is optional to turn on HWP > (Hardware P-States). When HWP is not turned on, the BIOS doesn't > present required CPPC (Collaborative Processor Performance Control) > tables. This table is used to get the per CPU core maximum performance > ratio and inform scheduler (in cpufreq/intel_pstate driver). > > On such systems the maximum performance ratio can be read via over > clocking (OC) mailbox interface for each CPU. This interface is not > architectural and can change for every model of processors. > > This driver reads maximum performance ratio of each CPU and set up > the scheduler priority metrics. In this way scheduler can prefer CPU > with higher performance to schedule tasks. > > Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Queued to testing, thanks Srinivas. -- Darren Hart Intel Open Source Technology Center
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2017-01-18 19:50 +0100
Re: [PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-01-18 20:20 +0100
Re: [PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems Darren Hart <dvhart@infradead.org> - 2017-01-18 21:50 +0100
Re: [PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems Tim Chen <tim.c.chen@linux.intel.com> - 2017-01-18 23:50 +0100
Re: [PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-19 11:50 +0100
Re: [PATCH v2] platform: x86: Support Turbo Boost Max 3.0 for non HWP systems Tim Chen <tim.c.chen@linux.intel.com> - 2017-01-19 20:50 +0100
csiph-web