From: Rik van Riel <riel@redhat.com>
To: Linux kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>,
Arjan van de Ven <arjan@linux.intel.com>,
Boris Ostrovsky <boris.ostrovsky@amd.com>,
Len Brown <len.brown@intel.com>,
Deepthi Dharwar <deepthi@linux.vnet.ibm.com>,
ShuoX Liu <shuox.liu@intel.com>
Subject: Re: KS/Plumbers: c-state governor BOF
Date: Wed, 29 Aug 2012 16:41:17 -0400 [thread overview]
Message-ID: <503E7E6D.8030302@redhat.com> (raw)
In-Reply-To: <5037B36A.8000209@redhat.com>
On 08/24/2012 01:01 PM, Rik van Riel wrote:
> Since a good number of us will be in San Diego next week, at
> Kernel Summit / Plumbers / etc, I will organize a c-state
> governor BOF for those who are interested.
Here are the note from today's c-state governor BOF session:
- idle time estimator can be improved to return more
conservative values
- have a trace point to verify how well idle time estimation works,
returning expected idle time for the current algorithm, expected
idle time for a test algorithm, and actually measured idle time
- we can objectively measure whether one idle time estimation
algorithm is better than another
- example: last 8 idle times are 180 200 30 210 1000 150 10000 190
- average idle time around 1500, but not typical
- typical idle time just under 200
- almost all idle time spent in one interval
- scheduler and cpufreq people also want idle time
statistics, idea is to move the idle time statistics
to the scheduler
- having idle time statistics in the scheduler allows
the stats to be migrated when the scheduler migrates
a task
- interface: expected idle time, demotion time
- if we sleep much more than the expected idle time, put
CPU into a deeper c-state
- on x86 timed mwait could be used
- generic timer code would be usable too
- take into account both the idle statistics and power break-even
next prev parent reply other threads:[~2012-08-29 20:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-24 17:01 KS/Plumbers: c-state governor BOF Rik van Riel
2012-08-29 20:41 ` Rik van Riel [this message]
2012-09-12 2:43 ` Youquan Song
2012-09-11 15:34 ` Rik van Riel
2012-09-12 4:15 ` Youquan Song
2012-09-11 16:24 ` Rik van Riel
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=503E7E6D.8030302@redhat.com \
--to=riel@redhat.com \
--cc=arjan@linux.intel.com \
--cc=boris.ostrovsky@amd.com \
--cc=deepthi@linux.vnet.ibm.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg59@srcf.ucam.org \
--cc=shuox.liu@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.