From: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
To: Andy Lutomirski <luto@kernel.org>
Cc: "linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
Keith Busch <keith.busch@intel.com>, Jens Axboe <axboe@fb.com>,
linux-nvme@lists.infradead.org,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
J Freyensee <james_p_freyensee@linux.intel.com>,
Christoph Hellwig <hch@lst.de>
Subject: Re: Should drivers like nvme let userspace control their latency via dev_pm_qos?
Date: Fri, 23 Sep 2016 03:26:32 +0200 [thread overview]
Message-ID: <e15e94c5-efa0-8ec2-11b1-bea254b38513@intel.com> (raw)
In-Reply-To: <CALCETrUsgA2H=TuwZMuwW2XpXZ7KPrEYu6xckmTbhU8oZwr6Nw@mail.gmail.com>
On 9/16/2016 5:26 PM, Andy Lutomirski wrote:
> I'm adding power management to the nvme driver, and I'm exposing
> exactly one knob via sysfs: the maximum permissible latency. This
> isn't a power domain issue, and it has no dependencies -- it's
> literally just the maximum latency that the driver may impose on I/O
> for power saving purposes.
>
> ISTM userspace should be able to specify its own latency tolerance in
> a uniform way, and dev_pm_qos seems like the natural interface for
> this, except that I cannot find a single instance in the tree of *any*
> driver using it via the notifier mechanism.
That's because the notifier mechanism is only used for the "resume
latency" type of constraints.
> I can find two drivers that do it using dev_pm_qos_expose_latency_tolerance(), and both are LPSS drivers?
That's correct. Nobody else has used it so far. :-)
> So: should I be exposing .set_latency_tolerance() or should I just use
> a custom sysfs attribute? Or both?
dev_pm_qos_expose_latency_tolerance() adds a single latency tolerance
request object to the device and exposes a knob in user space by which
that request object can be controlled. There may be more latency
tolerance request objects for the same device if kernel code adds them.
The effective latency tolerance is the minimum of all those requests and
the callback is invoked every time that effective value changes.
This also is described in the last section of
Documentation/power/pm_qos_interface.txt (note that if the
.set_latency_tolerance callback is present at the device registration
time already, the latency tolerance sysfs attribute will be exposed
automatically by the driver core).
If that mechanism is suitable for the use case in question, I'd just use it.
Thanks,
Rafael
next prev parent reply other threads:[~2016-09-23 1:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-16 15:26 Andy Lutomirski
2016-09-16 15:54 ` One Thousand Gnomes
2016-09-16 16:20 ` Andy Lutomirski
2016-09-23 1:26 ` Rafael J. Wysocki [this message]
2016-09-23 1:40 ` Andy Lutomirski
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=e15e94c5-efa0-8ec2-11b1-bea254b38513@intel.com \
--to=rafael.j.wysocki@intel.com \
--cc=axboe@fb.com \
--cc=hch@lst.de \
--cc=james_p_freyensee@linux.intel.com \
--cc=keith.busch@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=luto@kernel.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
all inboxes | Powered by JetHome®