All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: mgross@linux.intel.com, aili@codeaurora.org,
	dwalker@codeaurora.org, tiwai@suse.de, bruce.w.allan@intel.com,
	davidb@quicinc.com, mcgrof@gmail.com, pavel@ucw.cz,
	linux-pm <linux-pm@lists.linux-foundation.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH]PM QOS refresh against next-20100430
Date: Mon, 03 May 2010 10:01:50 -0700	[thread overview]
Message-ID: <87tyqo537l.fsf@deeprootsystems.com> (raw)
In-Reply-To: <20100503104250.7605d2bc@bike.lwn.net> (Jonathan Corbet's message of "Mon\, 3 May 2010 10\:42\:50 -0600")

Jonathan Corbet <corbet@lwn.net> writes:

> On Mon, 03 May 2010 09:40:11 -0700
> Kevin Hilman <khilman@deeprootsystems.com> wrote:
>
>> > One question, though...  one clear use of this API is for drivers to
>> > say "don't go into C3 or deeper because things go wrong"; I'm about to
>> > add another one of those.  It works, but the use of a
>> > PM_QOS_CPU_DMA_LATENCY requirement with a hard-coded number that one
>> > hopes is small enough seems a bit...indirect.  I wonder if it would be
>> > clearer and more robust to add a new requirement^Wrequest type saying
>> > "the quality of service I need is shallow sleeps only"?  
>> 
>> The problem with that is portability.
>> 
>> What does "shallow" mean?  
>
> Well, shallow could mean that the state lacks the CPUIDLE_FLAG_DEEP
> flag; that should be relatively portable.  In any case, it seems
> more so than "if I put in a 55us latency requirement, I'll stay out
> of C3".

I guess it depends on your goal.  Do you just want to stay out of C3
on your current platform?  or do you want to stay out of any low-power
state (on any platform) where you'll have a latency of > 55 usecs?

The former is not portable (as C-states don't have the same meanings
across arches/SoCs) where as using a real-world number in usecs will
have meaning on any platform.

> Just a thought, anyway; it's not like I've really worked through a
> plausible alternative API.

My main concern is that drivers not be written with latency
constraints that assume an Intel-centric set of power states.  There
are other SoCs out there with different sets of states and
corresponding latencies, so keeping things in real-world numbers
(latency, throughput, etc.) seems to me to be the only portable way.

Kevin


  reply	other threads:[~2010-05-03 17:01 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-30 21:20 [PATCH]PM QOS refresh against next-20100430 mark gross
2010-04-30 22:13 ` Rafael J. Wysocki
2010-04-30 23:05   ` mark gross
2010-04-30 23:08     ` Rafael J. Wysocki
2010-04-30 23:08     ` Rafael J. Wysocki
2010-05-04 14:30       ` mark gross
2010-05-05 23:59         ` Rafael J. Wysocki
2010-05-05 23:59         ` Rafael J. Wysocki
2010-05-04 14:30       ` mark gross
2010-04-30 23:05   ` mark gross
2010-04-30 22:13 ` Rafael J. Wysocki
2010-05-03 16:33 ` Jonathan Corbet
2010-05-03 16:33 ` Jonathan Corbet
2010-05-03 16:40   ` Kevin Hilman
2010-05-03 16:40   ` Kevin Hilman
2010-05-03 16:42     ` Jonathan Corbet
2010-05-03 16:42     ` Jonathan Corbet
2010-05-03 17:01       ` Kevin Hilman [this message]
2010-05-03 17:10         ` Jonathan Corbet
2010-05-03 17:10         ` Jonathan Corbet
2010-05-03 21:39         ` Matthew Garrett
2010-05-03 21:39         ` Matthew Garrett
2010-05-03 17:01       ` Kevin Hilman
2010-05-04  4:16       ` Pavel Machek
2010-05-04  4:16       ` Pavel Machek
2010-05-04  4:41   ` mark gross
2010-05-04  4:41   ` [linux-pm] " mark gross
  -- strict thread matches above, loose matches on Subject: below --
2010-04-30 21:20 mark gross
2010-04-30 21:17 mark gross
2010-04-30 21:17 mark gross

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=87tyqo537l.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=aili@codeaurora.org \
    --cc=bruce.w.allan@intel.com \
    --cc=corbet@lwn.net \
    --cc=davidb@quicinc.com \
    --cc=dwalker@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=mcgrof@gmail.com \
    --cc=mgross@linux.intel.com \
    --cc=pavel@ucw.cz \
    --cc=tiwai@suse.de \
    /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.