[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BFFCF39.3010507@nokia.com>
Date: Fri, 28 May 2010 17:12:09 +0300
From: Igor Stoppa <igor.stoppa@...ia.com>
To: ext Brian Swetland <swetland@...gle.com>
CC: ext Matthew Garrett <mjg59@...f.ucam.org>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
"tytso@....edu" <tytso@....edu>,
Peter Zijlstra <peterz@...radead.org>,
LKML <linux-kernel@...r.kernel.org>,
Florian Mickler <florian@...kler.org>,
Linux PM <linux-pm@...ts.linux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Linux OMAP Mailing List <linux-omap@...r.kernel.org>,
"Balbi Felipe (Nokia-D/Helsinki)" <felipe.balbi@...ia.com>
Subject: Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)
ext Brian Swetland wrote:
> How is it flawed? Serious question.
>
I would avoid repeating all the good arguments given so far, but to make
it short:
* I believe runtime PM is a much better starting point (at least for the
type of HW targeted at mobile devices) because it mimics an always-on
system toward userspace, which requires less disruption in the way apps
are designed
* QoS is closer to the apps pov: fps if it is a media player or a game,
transfer speed if it is a file manager, bandwidth if it is a network
app, etc
The app is required to express its opinion by using a format that it
understands better and is less system dependent.
Actually the kernel should only be concerned with 2 parameters at most
for any given operation: latency and bandwidth/throughput
* Some form of resource management is needed as trust mechanism to
discriminate "trusted" vs untrusted apps that can give reliable info
(but in your case you should give trust to whom prevents the suspend)
* Most of this could be done in userspace with the kernel merely
providing the means to enforce the decisions taken by the userspace manager.
* The kernel wouldn't even have to try to outsmart the "evil application
writer"
igor
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists