From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49105C28CF6 for ; Fri, 3 Aug 2018 13:05:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0F2992168C for ; Fri, 3 Aug 2018 13:05:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0F2992168C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732279AbeHCPBR (ORCPT ); Fri, 3 Aug 2018 11:01:17 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:42612 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730848AbeHCPBR (ORCPT ); Fri, 3 Aug 2018 11:01:17 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9DBC218A; Fri, 3 Aug 2018 06:05:01 -0700 (PDT) Received: from queper01-lin (queper01-lin.Emea.Arm.com [10.4.13.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3EC753F5D0; Fri, 3 Aug 2018 06:04:57 -0700 (PDT) Date: Fri, 3 Aug 2018 14:04:55 +0100 From: Quentin Perret 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 , adharmap@quicinc.com, skannan@quicinc.com, Pavan Kondeti , Juri Lelli , Eduardo Valentin , Srinivas Pandruvada , currojerez@riseup.net, Javi Merino , linux-pm-owner@vger.kernel.org Subject: Re: [PATCH v5 10/14] sched/cpufreq: Refactor the utilization aggregation method 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 Content-Disposition: inline In-Reply-To: <20180802153917.cpvls5hxkvevjh6s@queper01-lin> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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