From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: Stratos Karafotis <stratosk@semaphore.gr>
Cc: Borislav Petkov <bp@suse.de>,
Viresh Kumar <viresh.kumar@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
linux-pm@vger.kernel.org, cpufreq@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency
Date: Sat, 08 Jun 2013 16:05 +0200 [thread overview]
Message-ID: <1731097.2elXaGsAyC@vostro.rjw.lan> (raw)
In-Reply-To: <q46r5iepl3sunqe5eemv66hk.1370694869222@email.android.com>
On Saturday, June 08, 2013 03:34:29 PM Stratos Karafotis wrote:
> I also did the test with the way you mentioned. But I thought to run turbostat for 100 sec as I did with powertop.
Ah, OK.
> Actually benchmark lasts about 96 secs.
>
> I think that we use almost the same energy for 100 sec to run the same load a little bit faster. I think this means also a reduce to power consumption.
>
> I will also send the results running the test as you said.
Cool, thanks!
Rafael
> "Rafael J. Wysocki" <rjw@sisk.pl> wrote:
>
> >On Saturday, June 08, 2013 12:56:00 PM Stratos Karafotis wrote:
> >> On 06/07/2013 11:57 PM, Rafael J. Wysocki wrote:
> >> > On Friday, June 07, 2013 10:14:34 PM Stratos Karafotis wrote:
> >> >> On 06/05/2013 11:35 PM, Rafael J. Wysocki wrote:
> >> >>> On Wednesday, June 05, 2013 08:13:26 PM Stratos Karafotis wrote:
> >> >>>> Hi Borislav,
> >> >>>>
> >> >>>> On 06/05/2013 07:17 PM, Borislav Petkov wrote:
> >> >>>>> On Wed, Jun 05, 2013 at 07:01:25PM +0300, Stratos Karafotis wrote:
> >> >>>>>> Ondemand calculates load in terms of frequency and increases it only
> >> >>>>>> if the load_freq is greater than up_threshold multiplied by current
> >> >>>>>> or average frequency. This seems to produce oscillations of frequency
> >> >>>>>> between min and max because, for example, a relatively small load can
> >> >>>>>> easily saturate minimum frequency and lead the CPU to max. Then, the
> >> >>>>>> CPU will decrease back to min due to a small load_freq.
> >> >>>>>
> >> >>>>> Right, and I think this is how we want it, no?
> >> >>>>>
> >> >>>>> The thing is, the faster you finish your work, the faster you can become
> >> >>>>> idle and save power.
> >> >>>>
> >> >>>> This is exactly the goal of this patch. To use more efficiently middle
> >> >>>> frequencies to finish faster the work.
> >> >>>>
> >> >>>>> If you switch frequencies in a staircase-like manner, you're going to
> >> >>>>> take longer to finish, in certain cases, and burn more power while doing
> >> >>>>> so.
> >> >>>>
> >> >>>> This is not true with this patch. It switches to middle frequencies
> >> >>>> when the load < up_threshold.
> >> >>>> Now, ondemand does not increase freq. CPU runs in lowest freq till the
> >> >>>> load is greater than up_threshold.
> >> >>>>
> >> >>>>> Btw, racing to idle is also a good example for why you want boosting:
> >> >>>>> you want to go max out the core but stay within power limits so that you
> >> >>>>> can finish sooner.
> >> >>>>>
> >> >>>>>> This patch changes the calculation method of load and target frequency
> >> >>>>>> considering 2 points:
> >> >>>>>> - Load computation should be independent from current or average
> >> >>>>>> measured frequency. For example an absolute load 80% at 100MHz is not
> >> >>>>>> necessarily equivalent to 8% at 1000MHz in the next sampling interval.
> >> >>>>>> - Target frequency should be increased to any value of frequency table
> >> >>>>>> proportional to absolute load, instead to only the max. Thus:
> >> >>>>>>
> >> >>>>>> Target frequency = C * load
> >> >>>>>>
> >> >>>>>> where C = policy->cpuinfo.max_freq / 100
> >> >>>>>>
> >> >>>>>> Tested on Intel i7-3770 CPU @ 3.40GHz and on Quad core 1500MHz Krait.
> >> >>>>>> Phoronix benchmark of Linux Kernel Compilation 3.1 test shows an
> >> >>>>>> increase ~1.5% in performance. cpufreq_stats (time_in_state) shows
> >> >>>>>> that middle frequencies are used more, with this patch. Highest
> >> >>>>>> and lowest frequencies were used less by ~9%
> >> >>>
> >> >>> Can you also use powertop to measure the percentage of time spent in idle
> >> >>> states for the same workload with and without your patchset? Also, it would
> >> >>> be good to measure the total energy consumption somehow ...
> >> >>>
> >> >>> Thanks,
> >> >>> Rafael
> >> >>
> >> >> Hi Rafael,
> >> >>
> >> >> I repeated the tests extracting also powertop results.
> >> >> Measurement steps with and without this patch:
> >> >> 1) Reboot system
> >> >> 2) Running twice Phoronix benchmark of Linux Kernel Compilation 3.1 test
> >> >> without taking measurement
> >> >> 3) Wait few minutes
> >> >> 4) Run Phoronix and powertop for 100secs and take measurement.
> >> >
> >> > Well, while this is not conclusive, it definitely looks very promising. :-)
> >> >
> >> > We're seeing measurable performance improvement with the patchset applied *and*
> >> > more time spent in idle states both at the same time. I'd be very surprised if
> >> > the energy consumption measuremets did not confirm that the patchset allowed
> >> > us to reduce it.
> >> >
> >> > If my computations are correct (somebody please check), the cores spent about
> >> > 20% more time in idle on the average with the patchset applied and in addition
> >> > to that the cc6 residency was greater by about 2% on the average with respect
> >> > to the kernel without the patchset.
> >> >
> >> > We need to verify if there are gains (or at least no regressions) with other
> >> > workloads, but since this *also* reduces code complexity quite a bit, I'm
> >> > seriously considering taking it.
> >> >
> >> >> I will try to repeat the test and take measurements with turbostat as
> >> >> Borislav suggested.
> >> >
> >> > Please do!
> >> >
> >> > Thanks,
> >> > Rafael
> >> >
> >>
> >> Hi,
> >>
> >> I repeated the tests extracting results from turbostat.
> >> Measurement steps with and without this patch:
> >> 1) Reboot system
> >> 2) Running twice Phoronix benchmark of Linux Kernel Compilation 3.1 test
> >> without taking measurement
> >> 3) Wait few minutes
> >> 4) Run Phoronix and turbostat (-i 100) and take measurement
> >
> >You need to do something like
> >
> ># ./turbostat <command invoking the phoronix suite>
> >
> >Did you do that?
> >
> >Rafael
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
next prev parent reply other threads:[~2013-06-08 14:05 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-08 12:34 [PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency Stratos Karafotis
2013-06-08 14:05 ` Rafael J. Wysocki [this message]
2013-06-08 20:31 ` Stratos Karafotis
2013-06-08 22:18 ` Rafael J. Wysocki
2013-06-09 16:26 ` Borislav Petkov
2013-06-09 18:08 ` Stratos Karafotis
2013-06-09 20:58 ` Rafael J. Wysocki
2013-06-09 21:14 ` Borislav Petkov
2013-06-09 22:11 ` Rafael J. Wysocki
2013-06-10 21:57 ` Stratos Karafotis
2013-06-10 23:24 ` Rafael J. Wysocki
2013-06-13 21:22 ` Stratos Karafotis
2013-06-13 21:40 ` Borislav Petkov
2013-06-13 22:04 ` Stratos Karafotis
2013-06-13 22:38 ` Borislav Petkov
2013-06-13 22:15 ` Rafael J. Wysocki
2013-06-13 22:37 ` Borislav Petkov
2013-06-14 12:46 ` Rafael J. Wysocki
2013-06-14 12:44 ` Borislav Petkov
2013-06-14 12:55 ` Rafael J. Wysocki
2013-06-14 15:53 ` Stratos Karafotis
-- strict thread matches above, loose matches on Subject: below --
2013-06-06 12:56 Stratos Karafotis
2013-06-06 12:54 Stratos Karafotis
2013-06-06 13:15 ` Borislav Petkov
2013-06-05 16:01 Stratos Karafotis
2013-06-05 16:17 ` Borislav Petkov
2013-06-05 16:58 ` David C Niemi
2013-06-06 9:55 ` Borislav Petkov
2013-06-06 9:57 ` Viresh Kumar
2013-06-06 13:50 ` David C Niemi
2013-06-05 17:13 ` Stratos Karafotis
2013-06-05 20:35 ` Rafael J. Wysocki
2013-06-06 10:01 ` Borislav Petkov
2013-06-06 10:10 ` Viresh Kumar
2013-06-06 12:10 ` Borislav Petkov
2013-06-06 16:46 ` Stratos Karafotis
2013-06-06 17:11 ` Borislav Petkov
2013-06-06 17:32 ` Stratos Karafotis
2013-06-07 19:14 ` Stratos Karafotis
2013-06-07 20:57 ` Rafael J. Wysocki
2013-06-08 9:56 ` Stratos Karafotis
2013-06-08 11:18 ` Rafael J. Wysocki
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=1731097.2elXaGsAyC@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=bp@suse.de \
--cc=cpufreq@vger.kernel.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=stratosk@semaphore.gr \
--cc=tglx@linutronix.de \
--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