Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp6350638ybn; Sun, 29 Sep 2019 18:16:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqxxSviANcugPIfM2BcdosEpFrIWNWJB56xvk76StW8r5ZvEMDiW5bT0BCWn11Vl0ByRorzi X-Received: by 2002:a17:906:938b:: with SMTP id l11mr17373640ejx.67.1569806205079; Sun, 29 Sep 2019 18:16:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569806205; cv=none; d=google.com; s=arc-20160816; b=t6a0l7paYjXwG2++xmmzMAjuwHWr6QJt4XmykaoSxjrwBHdRHuDTdfTQS1QqAd3GCV lG3RptEy2Lbaw4o5uIMaXXt2jbWau1F2WA8hNt2Vu6PssBAczp2dqh6zIWasyQGn7Ps+ vhIZgwioMGMS4+qC/VXEZ9Kfh2LEZLSG11FmQmn2mMgMSE1hKFBUST7d/z5q+lG2aqFg OTsoEwDSQVYtlKmtAzYtNUPieZlU8PJD0+7cRtX9AakLdrJIHWhCXbANKrRl6tX6S5nr eE/XxyBR49eWv3qrdXLqMGfwT5xXdKC6mSj4QBgEll1cbZG18MzCnV31+tbVFYltFut2 TdrQ== 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=MPQp+Fw2LJYfx3qahMEC8koVrIqEWbko9caimlsscYs=; b=DrG45jiFAjhT2ECXub+e0olavXep0i8sF9I+BYCQDtq2JsZrx5Ngt1uu1t8hgHNtH0 5ILPji7c6Pk80CCIuvGJDjTt8BtsP8y10KQbMgxwPVWO/cw9LRUz07ypAfRVxb66EUZq 9WqNJhnO6jXI86IspgKvpulNEWY9m800+haMq604ikYNv9xAabIes3KGAZIAgctMD64+ w1pm70vlU7/Qoq1sR/8oiaYM6SOpm4GyGKLeTrYnLK6YP9/a2jmnlNjXEoIIa2ygLq0c DQa0d0sBMwfhY9rATxdSdOfFf4c0gGvi+fiEe2Nv+dDCVje9qiifMJJadzeHTfGkr75l ZN1w== 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 b31si6827117ede.12.2019.09.29.18.16.20; Sun, 29 Sep 2019 18:16:45 -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 S1729232AbfI3BNH (ORCPT + 99 others); Sun, 29 Sep 2019 21:13:07 -0400 Received: from shelob.surriel.com ([96.67.55.147]:36100 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726360AbfI3BNH (ORCPT ); Sun, 29 Sep 2019 21:13:07 -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.92.2) (envelope-from ) id 1iEkFA-0005C3-KS; Sun, 29 Sep 2019 21:12:52 -0400 Message-ID: Subject: Re: [PATCH v3 04/10] sched/fair: rework load_balance From: Rik van Riel To: Vincent Guittot , linux-kernel@vger.kernel.org, mingo@redhat.com, peterz@infradead.org Cc: pauld@redhat.com, valentin.schneider@arm.com, srikar@linux.vnet.ibm.com, quentin.perret@arm.com, dietmar.eggemann@arm.com, Morten.Rasmussen@arm.com, hdanton@sina.com Date: Sun, 29 Sep 2019 21:12:52 -0400 In-Reply-To: <1568878421-12301-5-git-send-email-vincent.guittot@linaro.org> References: <1568878421-12301-1-git-send-email-vincent.guittot@linaro.org> <1568878421-12301-5-git-send-email-vincent.guittot@linaro.org> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-2AVNAWhLoNHLiOt8ttgM" 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 --=-2AVNAWhLoNHLiOt8ttgM Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2019-09-19 at 09:33 +0200, Vincent Guittot wrote: >=20 > Also the load balance decisions have been consolidated in the 3 > functions > below after removing the few bypasses and hacks of the current code: > - update_sd_pick_busiest() select the busiest sched_group. > - find_busiest_group() checks if there is an imbalance between local > and > busiest group. > - calculate_imbalance() decides what have to be moved. I really like the direction this series is going. However, I suppose I should run these patches for a few days with some of our test workloads before I send out an ack for this patch :) --=20 All Rights Reversed. --=-2AVNAWhLoNHLiOt8ttgM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEKR73pCCtJ5Xj3yADznnekoTE3oMFAl2RVpQACgkQznnekoTE 3oNfggf/WBHfPWe8ErJONlgEHEoT5xpDMS8PsFn+p720AyAAYR7n+U+qfNF4/VWl UsBOX/dGfDo7XeSI4TmtWwrrcbF0Qr6uyScCRrhRRQ/oB9qfHCyCWRATkEHjBpmQ YntJJ2fGDfZoRYy189dIcVVdFXDkJK046XwqMTi1NstOQOjMw8drAJp3uLoM7Hn6 RaqEaG1MUMpvIHfW5AMGCHqedIjUXdc4/+YJJBeOTQ7PfOcHP6sGVkeDBCXCnSzB +KCQk4gEg8Q6uJuEk3L+62MZdzPXcd8U5ERU7we3VN7+BMffHN7QrxD1NseFBWil nLI2XRqjWZ6tlRCaRSYsKRcXHQJQhw== =gOeM -----END PGP SIGNATURE----- --=-2AVNAWhLoNHLiOt8ttgM--