Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1480374

[PATCH 0/3] cpufreq / sched: iowait boost in intel_pstate and schedutil

From "Rafael J. Wysocki" <rjw@rjwysocki.net>
Newsgroups linux.kernel
Subject [PATCH 0/3] cpufreq / sched: iowait boost in intel_pstate and schedutil
Date 2016-09-10 00:00 +0200
Message-ID <sfC01-8jQ-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Everyone,

This is a new iteration of the "iowait boost" series.

The first two patches (adding the SCHED_CPUFREQ_IOWAIT flag and changing
schedutil to use it) don't seem to be controversial, so they go unchanged
(not RFC any more though) and the only difference is the intel_pstate
part.

Since we still get some unconclusive results with the new algorithm
for Core processors, patch [3/3] in this series modifies the Atom
algorithm to use SCHED_CPUFREQ_IOWAIT instead of the get_cpu_iowait_time_us()
interface (which isn't particularly reliable) as the first step.

Going forward we would like to modify intel_pstate to select P-states
proportional to utilization (with IOwait boosting and possibly some other
tweaks) on all processors, but there still are some factors to determine
in that area, so let's make this simple change to start with.

Thanks,
Rafael

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] cpufreq / sched: iowait boost in intel_pstate and schedutil "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-10 00:00 +0200
  [Resend][PATCH 1/3] cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-10 00:00 +0200
    Re: [Resend][PATCH 1/3] cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag  to indicate iowait condition Peter Zijlstra <peterz@infradead.org> - 2016-09-13 09:40 +0200
  [PATCH 3/3] cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithm "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-10 00:00 +0200
    [Update][PATCH 3/3] cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithm "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-14 02:00 +0200
  [Resend][PATCH 2/3] cpufreq: schedutil: Add iowait boosting "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-09-10 00:00 +0200
    Re: [Resend][PATCH 2/3] cpufreq: schedutil: Add iowait boosting Peter Zijlstra <peterz@infradead.org> - 2016-09-13 09:50 +0200

csiph-web