From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:42399 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751671Ab0DZLyJ (ORCPT ); Mon, 26 Apr 2010 07:54:09 -0400 Subject: Re: [RFC PATCHv3 1/2] mac80211: Determine dynamic PS timeout based on ps-qos network latency From: Johannes Berg To: Juuso Oikarinen Cc: "linux-wireless@vger.kernel.org" In-Reply-To: <1271928576.6205.8919.camel@wimaxnb.nmp.nokia.com> References: <1271409274-17162-1-git-send-email-juuso.oikarinen@nokia.com> <1271409274-17162-2-git-send-email-juuso.oikarinen@nokia.com> <1271688177.23671.1.camel@jlt3.sipsolutions.net> <1271740120.6205.5733.camel@wimaxnb.nmp.nokia.com> <1271925939.3605.7.camel@jlt3.sipsolutions.net> <1271926547.6205.8870.camel@wimaxnb.nmp.nokia.com> <1271927257.3605.18.camel@jlt3.sipsolutions.net> <1271928576.6205.8919.camel@wimaxnb.nmp.nokia.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 26 Apr 2010 13:54:05 +0200 Message-ID: <1272282845.3619.25.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2010-04-22 at 12:29 +0300, Juuso Oikarinen wrote: > > Still I think you should say why you need to actually tune the PS > > timeout value directly? I can't see how your high-level design says "set > > dynamic PS timeout to 100ms" rather than "make sure that while the user > > is operating the device, there's no delay of more than 50ms" or > > something like that? > > You're partly right asking this. The high-level design obviously does > not know about dynamic PS timeouts. It seems you're mainly looking at > this from the angle of the network latency itself - i.e. network > performance. My primary angle currently is power consumption. > > IMHO both angles are correct. The if the user sets a tight > network-latency requirement, the value can be used to tune things so > that the requirement can be met. If they set a loose requirement, it can > be used as a signal to do more aggressive power saving, which often > means reduced latency. Well I would argue that if the user requires a certain network latency, that should take precedence. The user is unlikely to be thinking in terms of "I want my battery to last that long"; rather they want to last it as long as possible given their quality of service demand constraints? > While the mechanism I'm proposing here is rather crude, it does save > power when the user-space loosens their latency requirement. The values > chosen for the dynamic ps-timeout bear no direct relation to user space > requirements. They are simply values that we have found to give decent > results in typical AP configurations. > > The ps_timeout could be calculated based on the latency too, I guess. > I'm just not aware of any simple formula to do this. But you did just base it on that? It just seems to me that you're putting the power consumption requirements after the quality of service demands, which would seem wrong? johannes