Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0

2016-09-16 Thread Tim Chen
On Thu, 2016-09-15 at 13:46 +0100, One Thousand Gnomes wrote: > On Thu, 15 Sep 2016 14:14:30 +0200 > Pavel Machek wrote: > > > > > Hi! > > > > > > > > - Feature is enabled by default for single socket systems > > > > > > With Intel® Turbo Boost Max Technology 3.0 (ITMT), single-threaded > >

Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0

2016-09-15 Thread One Thousand Gnomes
On Thu, 15 Sep 2016 14:14:30 +0200 Pavel Machek wrote: > Hi! > > > - Feature is enabled by default for single socket systems > > > > With Intel® Turbo Boost Max Technology 3.0 (ITMT), single-threaded > > performance is > > optimized by identifying processor's fastest core and running critical

Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0

2016-09-15 Thread Pavel Machek
Hi! > - Feature is enabled by default for single socket systems > > With Intel® Turbo Boost Max Technology 3.0 (ITMT), single-threaded > performance is > optimized by identifying processor's fastest core and running critical > workloads > on it. > Refere to: > http://www.intel.com/content/www/u

Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0

2016-09-08 Thread Peter Zijlstra
Ingo, aside from the fact that Srinivas still has to update patch 6 and I just spotted a few niggles, how do you want to merge this?

[PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0

2016-09-01 Thread Srinivas Pandruvada
v2 - The patchset is split into two parts so that CPPC changes can be merged first 1. Only ACPI CPPC changes (It is posted separately) 2. ITMT changes (scheduler and Intel P-State) - Changes in patch: sched,x86: Enable Turbo Boost Max Technology 1. Use arch_update_cpu_topology to indicate need