Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1484095 > unrolled thread
| Started by | Pavel Machek <pavel@ucw.cz> |
|---|---|
| First post | 2016-09-15 14:20 +0200 |
| Last post | 2016-09-16 18:10 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0 Pavel Machek <pavel@ucw.cz> - 2016-09-15 14:20 +0200
Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0 One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-09-15 14:50 +0200
Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0 Tim Chen <tim.c.chen@linux.intel.com> - 2016-09-16 18:10 +0200
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Date | 2016-09-15 14:20 +0200 |
| Subject | Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0 |
| Message-ID | <shDO3-6VP-35@gated-at.bofh.it> |
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/us/en/architecture-and-technology/turbo-boost/turbo-boost-max-technology.html That does not really explain much. How does it work? Do the different cores have different max frequencies due to manufacturing differences? Ot is it running the workload on coldest core? Thanks, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[toc] | [next] | [standalone]
| From | One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> |
|---|---|
| Date | 2016-09-15 14:50 +0200 |
| Subject | Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0 |
| Message-ID | <shEh3-75Z-7@gated-at.bofh.it> |
| In reply to | #1484095 |
On Thu, 15 Sep 2016 14:14:30 +0200 Pavel Machek <pavel@ucw.cz> 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 workloads > > on it. > > Refere to: > > http://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-max-technology.html > > That does not really explain much. > > How does it work? Do the different cores have different max > frequencies due to manufacturing differences? Ot is it running the > workload on coldest core? That's all down to the CPU, not architectural and may change. The ACPI tables describe which cores to use, whether that relates to manufacturing, positioning or whatever isn't exposed. Alan
[toc] | [prev] | [next] | [standalone]
| From | Tim Chen <tim.c.chen@linux.intel.com> |
|---|---|
| Date | 2016-09-16 18:10 +0200 |
| Subject | Re: [PATCH v2 0/8] Support Intel® Turbo Boost Max Technology 3.0 |
| Message-ID | <si3S9-6Ya-19@gated-at.bofh.it> |
| In reply to | #1484124 |
On Thu, 2016-09-15 at 13:46 +0100, One Thousand Gnomes wrote: > On Thu, 15 Sep 2016 14:14:30 +0200 > Pavel Machek <pavel@ucw.cz> 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 workloads > > > on it. > > > Refere to: > > > http://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-max-technology.html > > That does not really explain much. > > > > How does it work? Do the different cores have different max > > frequencies due to manufacturing differences? Ot is it running the > > workload on coldest core? > That's all down to the CPU, not architectural and may change. > > The ACPI tables describe which cores to use, whether that relates to > manufacturing, positioning or whatever isn't exposed. Please refer to patches acpi: Enable HWP CPPC objects acpi: bus: Set _OSC for diverse core support cpufreq: intel_pstate: Use CPPC to get max performance for how the differences in core's capabilities are exposed to OS. The asymmetric packing feature in the scheduler defines an order of which core should be scheduled with a load first. By using this feature, we can put load first on the core that can be boosted to the highest frequency. Tim
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web