Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3998703ybi; Mon, 27 May 2019 09:11:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqxMblal5DemD/NJuKSLzDE8XM0gybYedKfcjRoO1gFHSj0TgW/IfHfUsvHv/a+zYiKREvcw X-Received: by 2002:a63:fa4a:: with SMTP id g10mr126616786pgk.147.1558973482614; Mon, 27 May 2019 09:11:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558973482; cv=none; d=google.com; s=arc-20160816; b=duP1CNiqIfW0Herj2zQauPvKEw9SONu5Rl0zxD4YZk6aqEeNggbjOdbYy7CfRykfLe w0ncUKepW532bjBCIQPUW3CtH5KR57WYOVQbE61QIpH7EsNpfAjhhwUjKVOM7Z2rS04o RoopG/tf9AhioGWT/tDhWJrkbQJ+3LjCcrLxqyZSoi8m8SpJ5aTWnhz9KYsL/GEkQIri JoIeGfDojdRxdPivk5KsCcmA0IIktn05xODCPnKvFgESJTa3vh1csI0WNPjyNDZgcNoz a/Wq3fWqTmIcZ6GUwQAdLzEzr3DDz+KWkwHaG52w7okSBjVwEp6WQPne7+xxaW66dxWH Nmuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=73wbMJf0d03884mrmEA2pxt1pGfNIEvPz4MKfmvzorw=; b=QgzAYicjr5fwV1wI+J+IQRVVCh5qcF+mxW9my6sO/RL6Ivz8UF8Tb2Oyd4a7hAIDh0 kVsZdiGshz/hUyTn4JnyChoOVGIj9lzeHHYP1Sq3Ad1F/8QJ0CLFi0+0evEurEOncCEc EvYW+dl3x4yd0I5tKZgat85K1mQfgQhaTA9X5eHM8dJPIubJ51R7ZGetm08Crbvt7ejk BYTEMQVsexqvAwrL59jkJvI13uoFhEFxhBHBEo1JQ/fGwLID4BxNHRYikwYrvH9qtlmT dODKGRKtbpNFJAHOM9rKMCmT+Pop7RXPMfUViuFH3EU52UkwkqSQOPUxoRc/uT4ko/Be kl8w== 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 s16si17603912plr.292.2019.05.27.09.11.07; Mon, 27 May 2019 09:11:22 -0700 (PDT) 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 S1726803AbfE0QJY (ORCPT + 99 others); Mon, 27 May 2019 12:09:24 -0400 Received: from shelob.surriel.com ([96.67.55.147]:52688 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725991AbfE0QJY (ORCPT ); Mon, 27 May 2019 12:09:24 -0400 Received: from imladris.surriel.com ([96.67.55.152]) by shelob.surriel.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hVIBe-0002FI-JQ; Mon, 27 May 2019 12:09:22 -0400 Message-ID: <719dc34ddead383f511e8092d34f03b8b39e9fd2.camel@surriel.com> Subject: Re: [PATCH 2/7] sched/fair: Replace source_load() & target_load() w/ weighted_cpuload() From: Rik van Riel To: Dietmar Eggemann , Peter Zijlstra , Ingo Molnar Cc: Thomas Gleixner , Frederic Weisbecker , Vincent Guittot , Morten Rasmussen , Quentin Perret , Valentin Schneider , Patrick Bellasi , linux-kernel@vger.kernel.org Date: Mon, 27 May 2019 12:09:22 -0400 In-Reply-To: <20190527062116.11512-3-dietmar.eggemann@arm.com> References: <20190527062116.11512-1-dietmar.eggemann@arm.com> <20190527062116.11512-3-dietmar.eggemann@arm.com> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-q6hS1EoOvyAnlvZXONQ2" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-q6hS1EoOvyAnlvZXONQ2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2019-05-27 at 07:21 +0100, Dietmar Eggemann wrote: > With LB_BIAS disabled, source_load() & target_load() return > weighted_cpuload(). Replace both with calls to weighted_cpuload(). >=20 > The function to obtain the load index (sd->*_idx) for an sd, > get_sd_load_idx(), can be removed as well. >=20 > Finally, get rid of the sched feature LB_BIAS. >=20 > Signed-off-by: Dietmar Eggemann Acked-by: Rik van Riel --=-q6hS1EoOvyAnlvZXONQ2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEKR73pCCtJ5Xj3yADznnekoTE3oMFAlzsC7IACgkQznnekoTE 3oPpsAf+JT7blZJbRbAiZNjcI5C2d7ojGNQzk5BMwjrYxjkSptvPpn/Dy63BDwU9 xcRG2aCZ7H2ekanDfZBrnETMQmxnl60LS6BxoT/G9arR0uNzpC78aSz/p//WYYN4 hH66GWjAWKQX+n7SfRiFrVRNzuSiLWeWoggbhwb5eOjbbGvdwdnDzmpDZHI1tmZy UoV8c/2+flNlc644Pk+md5rl1sB0Yuxvi07eYNTRqLKnuldUkLZbGBuc94KinMLo EXsAlxvyHvkNbz6iFM/veqPFSioFHtNzYW0NMFCEEUua0i5tAU7lYa4SgCpWWVMD n+IH3QgS6WfTUrSyW6plfgTxpMKqGg== =5Sgu -----END PGP SIGNATURE----- --=-q6hS1EoOvyAnlvZXONQ2--