Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751916Ab0HAXEO (ORCPT ); Sun, 1 Aug 2010 19:04:14 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:53860 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506Ab0HAXEN (ORCPT ); Sun, 1 Aug 2010 19:04:13 -0400 From: "Rafael J. Wysocki" To: "Ted Ts'o" Subject: Re: Attempted summary of suspend-blockers LKML thread Date: Mon, 2 Aug 2010 01:02:24 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.35-rc6-rjw+; KDE/4.4.4; x86_64; ; ) Cc: "Paul E. McKenney" , Arjan van de Ven , linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, arve@android.com, mjg59@srcf.ucam.org, pavel@ucw.cz, florian@mickler.org, stern@rowland.harvard.edu, swetland@google.com, peterz@infradead.org, tglx@linutronix.de, alan@lxorguk.ukuu.org.uk References: <20100731175841.GA9367@linux.vnet.ibm.com> <20100801191228.GL2470@linux.vnet.ibm.com> <20100801204026.GH31324@thunk.org> In-Reply-To: <20100801204026.GH31324@thunk.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008020102.24674.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4080 Lines: 72 On Sunday, August 01, 2010, Ted Ts'o wrote: > On Sun, Aug 01, 2010 at 12:12:28PM -0700, Paul E. McKenney wrote: > > > > I understand that you would prefer that we group applications into > > "good" and "bad" categories, but then again, I suspect that most of us > > understood that before you posted this message. Given your significant > > and well-appreciated contributions to power efficiency over the past > > several years, I must confess to be quite disappointed that you failed > > to do more than to simply restate your preference. > > Paul, I very much agree with what you stated later, with respect to > doubting whether the whack-a-mole approach to application fixups is > workable. Given how many applications screw up using fsync() > correctly, to the extent that XFS, ext4, and btrfs all had to agree on > a common hueristics to deal with the fact that application programmers > are aggressively ignorant, and outnumber the file system developers, I > too doubt the general strategy of relying only on application > programmers to do the right thing. That's not to say that we > shouldn't give up on trying to influence application programmers --- > but relying on that as the only strategy seems to depart from the path > of wisdom. > > There is however a much bigger point, which is that it's unfortunately > black and white to talk about applications being "good" and "bad". In > fact, it's a continuing point of concern I have with the whole qos > approach to power management. In fact, power is often something that > needs to trade off against performance. For example, an application > could aggressively prefetch e-mail messages or web pages that a user > _might_ view --- or it could aggressively pre-resolve DNS queries, > etc, which might make perfect sense when the device is hooked up to AC > mains, but which I might not want to do on when I only have 800mWh > worth of battery --- however, if I'm using a laptop with 94,000mWh, > maybe I'd be happy if the application was a bit more profligate. > > So for Arjan to claim that all applications will be held to the same > standard, whether they are hooked up to the AC mains, or are limited > to 800mWh of battery, or 94,000 mWh worth of power, is vastly > oversimplifying the problem. Of *course* if I'm writing an > application that will be running in a cloud data center, I'm going to > care about power. But I may have different tradeoffs about what might > considered acceptible when considering the qualify of user experience > I'm delivering to the end-user when I'm connected to AC mains, versus > a cell phone battery, versus a 6-cell laptop battery. > > This brings me back to a major problem I have with the pm_qos approach > to power management. It assumes that applications know best, and that > they should be free to tell pm_qos subsystem whether they need 0ms > latency for wireless. Right now, I can't even query the pm_qos > subsystem to see which application is responsible for keeping the > wireless on 100% of the time! And even if I could find out, maybe > some power management framework should be allowed to give a override > to the application's wishes. I agree with that. Generally speaking, you can divide applications into the ones that will be allowed to influence ths system's behavior with respect to power management and the others that won't be allowed to do it. The latter may be forcibly "frozen" (this way or another) when the "trused" ones collectively decide it's a good idea to enter a deeper "energy saving" state. However, it is not a given that specific applications will always be in the same group. They may be "trusted" on some systems and they may not be "trusted" on some other system, depending on the configuration etc. That even may change over time on the same system. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/