From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Perret Subject: Re: [PATCH v5 10/14] sched/cpufreq: Refactor the utilization aggregation method Date: Fri, 3 Aug 2018 14:04:55 +0100 Message-ID: <20180803130453.zaia4e252aajxd3c@queper01-lin> References: <20180724122521.22109-11-quentin.perret@arm.com> <331552975e858911db66bc78c2c8e720@codeaurora.org> <20180731075950.tfvxef6yuja3ad2k@queper01-lin> <75f415911ccdd02d6fd217ca1c7d8902@codeaurora.org> <20180801082353.egym4tsbr7ppql27@queper01-lin> <20180801092325.g2upcivcvdo62hub@queper01-ThinkPad-T460s> <20180802130440.GW2476@hirez.programming.kicks-ass.net> <20180802153917.cpvls5hxkvevjh6s@queper01-lin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180802153917.cpvls5hxkvevjh6s@queper01-lin> Sender: linux-kernel-owner@vger.kernel.org To: Peter Zijlstra Cc: "Rafael J. Wysocki" , Saravana Kannan , "Rafael J. Wysocki" , Linux Kernel Mailing List , Linux PM , Greg Kroah-Hartman , Ingo Molnar , Dietmar Eggemann , Morten Rasmussen , Chris Redpath , Patrick Bellasi , Valentin Schneider , Vincent Guittot , Thara Gopinath , Viresh Kumar , Todd Kjos , Joel Fernandes , Steve Muckle , adh List-Id: linux-pm@vger.kernel.org On Thursday 02 Aug 2018 at 16:39:18 (+0100), Quentin Perret wrote: > Sounds good :-) Would kernel/sched/pelt.c be the right place then ? It's > cross-class and kinda pelt-related I guess Since we agreed to create a dependency between EAS and sugov, I don't think there is a lot of value in relocating that function for now. I'll leave it in cpufreq_schedutil.c for v6 until there is a good reason to move it. Thanks, Quentin