From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Jacob Shin <jacob.shin@amd.com>, Borislav Petkov <bp@alien8.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>,
cpufreq@vger.kernel.org, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2 0/2] cpufreq: ondemand: add AMD specific powersave bias
Date: Mon, 01 Apr 2013 22:43:46 +0200 [thread overview]
Message-ID: <2270081.ZoKm6VRJar@vostro.rjw.lan> (raw)
In-Reply-To: <20130401193839.GA15738@jshin-Toonie>
On Monday, April 01, 2013 02:38:39 PM Jacob Shin wrote:
> On Fri, Mar 29, 2013 at 08:18:54AM +0530, Viresh Kumar wrote:
> > On 28 March 2013 23:54, Jacob Shin <jacob.shin@amd.com> wrote:
> > > This patchset adds AMD specific powersave bias function to the ondemand
> > > governor; which can be used to help ondemand governor make more power conscious
> > > frequency change decisions based on feedback from hardware (availble on AMD
> > > Family 16h and above).
> > >
> > > Hardware feedback tells software how "sensitive" to frequency changes the
> > > workloads are. CPU-bound workloads will be more sensitive -- they will
> > > perform better as frequency increases. Memory/IO-bound workloads will be less
> > > sensitive -- they will not necessarily perform better as frequnecy increases.
> > >
> > > This patchset was compared against ondemand governor without powersave bias
> > > and did not show any performance degradation on CPU-bound workloads such as
> > > kernbench and unixbench. While saving power on Memory-bound workloads such as
> > > stream.
> > >
> > > This applies to linux-pm's linux-next branch, on top of Viresh's 'Implement
> > > per policy instance of governor' V4 patchset:
> > >
> > > https://lkml.org/lkml/2013/3/27/348
> > >
> > > V2:
> > > * Added proper include files to amd_freq_sensitivity.c
> > > * Only register powersave_bias_target function pointer and not the entire
> > > od_ops.
> > >
> > > Jacob Shin (2):
> > > cpufreq: ondemand: allow custom powersave_bias_target function to be
> > > registered
> > > cpufreq: AMD "frequency sensitivity feedback" powersave bias for
> > > ondemand governor
> > >
> > > arch/x86/include/uapi/asm/msr-index.h | 1 +
> > > drivers/cpufreq/Kconfig.x86 | 10 +++
> > > drivers/cpufreq/Makefile | 1 +
> > > drivers/cpufreq/amd_freq_sensitivity.c | 147 ++++++++++++++++++++++++++++++++
> > > drivers/cpufreq/cpufreq_governor.h | 3 +
> > > drivers/cpufreq/cpufreq_ondemand.c | 22 ++++-
> > > 6 files changed, 181 insertions(+), 3 deletions(-)
> > > create mode 100644 drivers/cpufreq/amd_freq_sensitivity.c
> >
> > Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> >
>
> Hi Rafael,
>
> If this looks okay to you,
> please commit to linux-next when you get the chance.
OK, I wonder what Boris thinks about it, though.
Boris, could you please have a look at this and let me know what you think?
Rafael
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
prev parent reply other threads:[~2013-04-01 20:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-28 18:24 [PATCH V2 0/2] cpufreq: ondemand: add AMD specific powersave bias Jacob Shin
2013-03-28 18:24 ` [PATCH V2 1/2] cpufreq: ondemand: allow custom powersave_bias_target function to be registered Jacob Shin
2013-04-02 12:43 ` Borislav Petkov
2013-04-02 14:35 ` Jacob Shin
2013-04-02 13:31 ` Borislav Petkov
2013-03-28 18:24 ` [PATCH V2 2/2] cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governor Jacob Shin
2013-04-02 11:40 ` Thomas Renninger
2013-04-02 12:49 ` Borislav Petkov
2013-04-02 14:34 ` Jacob Shin
2013-04-02 13:42 ` Borislav Petkov
2013-04-02 17:18 ` Jacob Shin
2013-03-29 2:48 ` [PATCH V2 0/2] cpufreq: ondemand: add AMD specific powersave bias Viresh Kumar
2013-04-01 19:38 ` Jacob Shin
2013-04-01 20:43 ` Rafael J. Wysocki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2270081.ZoKm6VRJar@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=bp@alien8.de \
--cc=cpufreq@vger.kernel.org \
--cc=jacob.shin@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox