Received: by 2002:a05:6358:4e97:b0:b3:742d:4702 with SMTP id ce23csp1749717rwb; Fri, 19 Aug 2022 08:47:39 -0700 (PDT) X-Google-Smtp-Source: AA6agR6ZmSrGVdtGhZZI7Bd6EpQMSkW+5R4O3YVSllff2r3mx886mvQYrhWnlnjui4dB3cfvOQiN X-Received: by 2002:a05:6402:4411:b0:437:b723:72 with SMTP id y17-20020a056402441100b00437b7230072mr6771266eda.38.1660924059199; Fri, 19 Aug 2022 08:47:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1660924059; cv=none; d=google.com; s=arc-20160816; b=PD+2PWE/0XXFbsG0TIGsQ2AgI8A57AU/0EeN5MnFfnnr19g4BkduGrJ5Je74/Lx/HD 69tXIB+oWsKwEFJYRV88pW4QjbK5SUL/kUVifXpv5w1TzIwwXx4VZgdi9qZZcNvqD/vc I69daIL/bOXSMTwzS54eaLehNQVhp1cRDyTxcUndMLSIHFdlq9IRDSXMP9Aagk/zWxWK KTBp2pyH0w1SdoAimtQLNqkQtBL4M33uyFLXxIgwAvVSS1idL+4h9AVgy2fGuga6Jamb e/ytBzvw9i8NFaYu3fBolzcAdfOv6vzLWrUCbceA712aNj0BtXg4Yeb1MD+1m4djIhRX CyXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=uSLpXfLFHNdB2V4z+EJ2hS/gF/taG1L/C7oa1nPP8kY=; b=Z187mTSPPyvyMLDqJ3EG5KYV42rrsWYgMUR2YuiYnh7lWQkRonICG/4+TKcCYtyXJY 33XNRXaHiszFIn1C96N7sAUw9/zflizzS3besVyi3uGffHQbNvSP3Nrq7DAsXq+9sqhn YZCyotvPcwTefxMPkbZFilhYn4hlX3HuHLCqU6+xH46AL7lujEZ1yRaIknQzrlpwdokS w82zqY1tMUAikXxycYjBiDMhN6eyWKXK66KAZeEj59jLSJVAIcFz3qPkTJxZw0Iiba0/ i82uwkaUhSdiH10OTwCy17164iBI+puIJCvG6KzOXjRm7KFawhr0mrHQDapW/2ro6y6A LCGA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id l10-20020a17090615ca00b00730fdad4ae7si2525660ejd.449.2022.08.19.08.47.13; Fri, 19 Aug 2022 08:47:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349787AbiHSPd7 (ORCPT + 99 others); Fri, 19 Aug 2022 11:33:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349778AbiHSPd4 (ORCPT ); Fri, 19 Aug 2022 11:33:56 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2027C2CCBD for ; Fri, 19 Aug 2022 08:33:54 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A88E91042; Fri, 19 Aug 2022 08:33:55 -0700 (PDT) Received: from pierre123.arm.com (unknown [10.57.43.190]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id EF1933F66F; Fri, 19 Aug 2022 08:33:50 -0700 (PDT) From: Pierre Gondois To: linux-kernel@vger.kernel.org Cc: qperret@google.com, Pierre Gondois , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , Valentin Schneider Subject: [PATCH 1/2] sched/fair: Check if prev_cpu has highest spare cap in feec() Date: Fri, 19 Aug 2022 17:33:19 +0200 Message-Id: <20220819153320.291720-2-pierre.gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220819153320.291720-1-pierre.gondois@arm.com> References: <20220819153320.291720-1-pierre.gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When evaluating the CPU candidates in the perf domain (pd) containing the previously used CPU (prev_cpu), find_energy_efficient_cpu() evaluates the energy of the pd: - without the task (base_energy) - with the task placed on prev_cpu (if the task fits) - with the task placed on the CPU with the highest spare capacity, prev_cpu being excluded from this set If prev_cpu is already the CPU with the highest spare capacity, max_spare_cap_cpu will be the CPU with the second highest spare capacity. On an Arm64 Juno-r2, with a workload of 10 tasks at a 10% duty cycle, when prev_cpu and max_spare_cap_cpu are both valid candidates, prev_spare_cap > max_spare_cap at ~82%. Thus the energy of the pd when placing the task on max_spare_cap_cpu is computed with no possible positive outcome 82% most of the time. Do not consider max_spare_cap_cpu as a valid candidate if prev_spare_cap > max_spare_cap. Signed-off-by: Pierre Gondois --- kernel/sched/fair.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 914096c5b1ae..bcae7bdd5582 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -6900,7 +6900,7 @@ static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) for (; pd; pd = pd->next) { unsigned long cpu_cap, cpu_thermal_cap, util; unsigned long cur_delta, max_spare_cap = 0; - bool compute_prev_delta = false; + unsigned long prev_spare_cap = 0; int max_spare_cap_cpu = -1; unsigned long base_energy; @@ -6944,18 +6944,19 @@ static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) if (cpu == prev_cpu) { /* Always use prev_cpu as a candidate. */ - compute_prev_delta = true; + prev_spare_cap = cpu_cap; } else if (cpu_cap > max_spare_cap) { /* * Find the CPU with the maximum spare capacity - * in the performance domain. + * among the remaining CPUs in the performance + * domain. */ max_spare_cap = cpu_cap; max_spare_cap_cpu = cpu; } } - if (max_spare_cap_cpu < 0 && !compute_prev_delta) + if (max_spare_cap_cpu < 0 && prev_spare_cap == 0) continue; eenv_pd_busy_time(&eenv, cpus, p); @@ -6963,7 +6964,7 @@ static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) base_energy = compute_energy(&eenv, pd, cpus, p, -1); /* Evaluate the energy impact of using prev_cpu. */ - if (compute_prev_delta) { + if (prev_spare_cap > 0) { prev_delta = compute_energy(&eenv, pd, cpus, p, prev_cpu); /* CPU utilization has changed */ @@ -6974,7 +6975,7 @@ static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) } /* Evaluate the energy impact of using max_spare_cap_cpu. */ - if (max_spare_cap_cpu >= 0) { + if (max_spare_cap_cpu >= 0 && max_spare_cap > prev_spare_cap) { cur_delta = compute_energy(&eenv, pd, cpus, p, max_spare_cap_cpu); /* CPU utilization has changed */ -- 2.25.1