Received: by 10.223.185.111 with SMTP id b44csp108206wrg; Fri, 9 Mar 2018 01:54:14 -0800 (PST) X-Google-Smtp-Source: AG47ELvhEYwfJermlFrDqvXTv4mUtcdguCXjIwXROo9I4CIIKt/80yU2WHvQhHB8vjk8A/UP7zxv X-Received: by 2002:a17:902:6e8c:: with SMTP id v12-v6mr26906994plk.424.1520589254179; Fri, 09 Mar 2018 01:54:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520589254; cv=none; d=google.com; s=arc-20160816; b=SFaG30eOzEg8oWkLPoJF5mZCxCV1170HcbpLi/khCiwyaGy3L9b/tbQ9ulhZGyleAN 2fR3uTkwjvG61v6Ve3yrTgswjdjBLcMyISSvg/48hvTPeeC48VPiIvtasQ6vwJpRx54D z75IlPd2/ulgxp5pshe0mDwHVozPutiti1zjsM24gIU62iaDUMiKiuvCxusfQCyL7Iuu radYuu2KMC0qaebKGPbvqBXiRkyXWMbYs+qJXkkrne2r9toQEekuV+/a/XYZW9/APzqK 0cQrLkKYpTtZBVUwaIaWp0Kq7aTR9sy4ZP7z44Dfqg0Ohoe1s5gJcFIKXreq34gsL0og cdWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=yYN5srSHxCS0L1yrygsAJVtNYXhyGytnGI1LISMQqfY=; b=JhVzRleHL84AIbF5qHaHIV9NFsBttfnV4ReuMTfmniFBBqCBVQFq3DmJ86b1fL1FaR 28duWHrbF8paKNq7P3LxSnrHsrZUU89cBkbspA66M7G8wchrLeG9FXmvl6nzqEyXWWep aTxVTOb311jkW5ayneJ6V/LOllzBojrU9TO5EMrqSsoVgHYshrr6uAvtFsgCXEguh4UH 7wChWQATmvuvThU3GX/ELSsiXgy2/UNnpYctQ1+b5TRkSteS3smtsRJv4swedzcFrBdP +HSRcSd9rwvk6Nr02I2Yxgizq9RairQe+8OSISf3HMUSC0DqnBpGcKomDAXi6H4Q3ire gTpw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p69si571557pfl.309.2018.03.09.01.53.59; Fri, 09 Mar 2018 01:54:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751297AbeCIJxK (ORCPT + 99 others); Fri, 9 Mar 2018 04:53:10 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:49362 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751187AbeCIJxG (ORCPT ); Fri, 9 Mar 2018 04:53:06 -0500 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 A85D4164F; Fri, 9 Mar 2018 01:53:05 -0800 (PST) Received: from e110439-lin.cambridge.arm.com (e110439-lin.cambridge.arm.com [10.1.210.68]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2B7453F25C; Fri, 9 Mar 2018 01:53:03 -0800 (PST) From: Patrick Bellasi To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Cc: Ingo Molnar , Peter Zijlstra , "Rafael J . Wysocki" , Viresh Kumar , Vincent Guittot , Paul Turner , Dietmar Eggemann , Morten Rasmussen , Juri Lelli , Todd Kjos , Joel Fernandes , Steve Muckle Subject: [PATCH v6 3/4] sched/cpufreq_schedutil: use util_est for OPP selection Date: Fri, 9 Mar 2018 09:52:44 +0000 Message-Id: <20180309095245.11071-4-patrick.bellasi@arm.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180309095245.11071-1-patrick.bellasi@arm.com> References: <20180309095245.11071-1-patrick.bellasi@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When schedutil looks at the CPU utilization, the current PELT value for that CPU is returned straight away. In certain scenarios this can have undesired side effects and delays on frequency selection. For example, since the task utilization is decayed at wakeup time, a long sleeping big task newly enqueued does not add immediately a significant contribution to the target CPU. This introduces some latency before schedutil will be able to detect the best frequency required by that task. Moreover, the PELT signal build-up time is a function of the current frequency, because of the scale invariant load tracking support. Thus, starting from a lower frequency, the utilization build-up time will increase even more and further delays the selection of the actual frequency which better serves the task requirements. In order to reduce this kind of latencies, we integrate the usage of the CPU's estimated utilization in the sugov_get_util function. This allows to properly consider the expected utilization of a CPU which, for example, has just got a big task running after a long sleep period. Ultimately this allows to select the best frequency to run a task right after its wake-up. Signed-off-by: Patrick Bellasi Reviewed-by: Dietmar Eggemann Acked-by: Rafael J. Wysocki Acked-by: Viresh Kumar Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Rafael J. Wysocki Cc: Viresh Kumar Cc: Paul Turner Cc: Vincent Guittot Cc: Morten Rasmussen Cc: Dietmar Eggemann Cc: linux-kernel@vger.kernel.org Cc: linux-pm@vger.kernel.org --- Changes in v6: - small code cleanup suggested by Peter - add acked-by Viresh tag Changes in v5: - add missing READ_ONCE() barrieres - add acked-by Rafael tag Changes in v4: - rebased on today's tip/sched/core (commit 460e8c3340a2) - use util_est.enqueued for cfs_rq's util_est (Joel) - simplify cpu_util_cfs() integration (Dietmar) Changes in v3: - rebase on today's tip/sched/core (commit 07881166a892) - moved into Juri's cpu_util_cfs(), which should also address Rafael's suggestion to use a local variable. Changes in v2: - rebase on top of v4.15-rc2 - tested that overhauled PELT code does not affect the util_est --- kernel/sched/sched.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index dc6c8b5a24ad..5c459479593b 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -2122,7 +2122,14 @@ static inline unsigned long cpu_util_dl(struct rq *rq) static inline unsigned long cpu_util_cfs(struct rq *rq) { - return rq->cfs.avg.util_avg; + unsigned long util = READ_ONCE(rq->cfs.avg.util_avg); + + if (sched_feat(UTIL_EST)) { + util = max_t(unsigned long, util, + READ_ONCE(rq->cfs.avg.util_est.enqueued)); + } + + return util; } #endif -- 2.15.1