From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 7 13:03:41 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485A916A4CE for ; Thu, 7 Apr 2005 13:03:41 +0000 (GMT) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A5643D45 for ; Thu, 7 Apr 2005 13:03:40 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1DJWfR-0002wD-00; Thu, 07 Apr 2005 15:03:29 +0200 Date: Thu, 7 Apr 2005 15:03:29 +0200 To: Daniel O'Connor Message-ID: <20050407130329.GD2298@poupinou.org> References: <200504041645.j34Gj2ow002999@pinky.frank-behrens.de> <200504060649.j366nGQg021228@pinky.frank-behrens.de> <20050406140102.GY2298@poupinou.org> <200504071049.32854.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504071049.32854.doconnor@gsoft.com.au> User-Agent: Mutt/1.5.6+20040907i From: Bruno Ducrot cc: Frank Behrens cc: freebsd-hackers@freebsd.org Subject: Re: My experience with cpufreq in -STABLE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 13:03:41 -0000 On Thu, Apr 07, 2005 at 10:49:25AM +0930, Daniel O'Connor wrote: > The algorithm used by the acpi_ppc module semed quite good to me when I used > it (before the frequency stuff was committed). > http://www.spa.is.uec.ac.jp/~nfukuda/software/index.html I saw it. I have some concern about the linear behaviour when going up (don't mind, I'm never happy ;). We'll miss the case where there are bursts. There were some heuristics such as the excess_cycle trick that may help if we consider this algorithm. (search ReducedEnergyScheduling.ps in your favorite search engine). Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.