Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754486AbbKBSGL (ORCPT ); Mon, 2 Nov 2015 13:06:11 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:33002 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753470AbbKBSGH (ORCPT ); Mon, 2 Nov 2015 13:06:07 -0500 Subject: Re: [PATCH 01/70] cpufreq: interactive: New 'interactive' governor To: Peter Zijlstra , Viresh Kumar References: <1445967059-6897-1-git-send-email-czoborbalint@gmail.com> <4534884.dsz2GVUDrG@vostro.rjw.lan> <20151028030042.GD13324@ubuntu> <20151102140255.GS17308@twins.programming.kicks-ass.net> Cc: "Rafael J. Wysocki" , =?UTF-8?Q?B=c3=a1lint_Czobor?= , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Mike Chan , Todd Poynor , Ingo Molnar From: Steve Muckle X-Enigmail-Draft-Status: N1110 Message-ID: <5637A60B.7010104@linaro.org> Date: Mon, 2 Nov 2015 10:06:03 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20151102140255.GS17308@twins.programming.kicks-ass.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1639 Lines: 21 On 11/02/2015 06:02 AM, Peter Zijlstra wrote: > On Wed, Oct 28, 2015 at 08:30:42AM +0530, Viresh Kumar wrote: >> These are the last memories I have around upstreaming this governor: >> http://marc.info/?l=linux-kernel&m=132867057910479&w=2 >> >> Has anything changed after that? Or we decided to go ahead with it and >> upstream ? > > Urgh, I thought we were trying to kill all the various governors by > integrating the lot with the scheduler !? That's the goal but it may be a while. There are major unanswered questions IMO about the viability of replacing all the governers with a single scheduler-driven implementation. Is per-entity load tracking responsive enough to drive CPU frequency? Can we replicate the functionality available and being used today with the proposed design? These aren't necessarily showstoppers but they could require considerable extra work (and debate). If we move forward without ensuring these concerns are addressed I believe it would make things even worse than they are now since there will be people/vendors remaining behind on cpufreq governors, forward porting them if necessary, and there will be the fundamentally different sched-driven solution to support and maintain as well. Having the interactive governor in the tree would help in the evaluation and comparison process, and also immediately address a widely used component being out of tree. -- 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/