Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3605231ybv; Tue, 25 Feb 2020 04:13:48 -0800 (PST) X-Google-Smtp-Source: APXvYqymE5mV1dhCRuElnH5Y3uH3l+HXnVu8Qdfn4ianFswYg0A8ipi5L/K2INU+VYG76SjtXwQM X-Received: by 2002:a05:6808:251:: with SMTP id m17mr3180490oie.15.1582632827965; Tue, 25 Feb 2020 04:13:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582632827; cv=none; d=google.com; s=arc-20160816; b=YGWpp7ziJEFLxhhSgEl7+TS0fc5Kc6RSpXwnoxlJIIFImJonDjfV6vlj20a/9+vbYe YKDSYqPrdRMvFRwhVh5X08AKSidUNlzsAuL+EjCRjkt5h+7hBSRx9znTu1KNKIWf31/Z 1KgTqxA39iwFFwvfafl3OTGptZHMtHQbRtTEZM5yyFkvAvT9JwiP4LFZYPFq1KSjCUpU b2DGDoJCppt9dxFGscvSFcHeEiZwv7JlSsosHebQPNcHRrb1AcFQGcDUo2Z8kSJPpRKL 7xJjJ/og9tHL/PA5J3YEY2kXNwjorRh9mE9ESe15FrdkT2Pk1A0AfQqioblTwYNa6gTi 2Cew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=G5TedBNJtR7hgIdVW5jMg4giV7o4B7Y2yJJawply0CY=; b=JyC9ybf7E115PUO6xSNN3TECm2Vp2vt4hqkEzpA1mjbY2sylo+Hv67yD7iu6jo/A+S 0rJSjvGuhDT2iY3vWsPrBreseQEYi+n1mkdna1eWG6+yBRvMx6KawJ4N+wo6RQ0aJvkm kGllKgF4lqOJDUayEsBmB3XsoIMlR/8IfCUt9jT+S0tES1uJkwGVEBcJMMH0CixuaWIw PVQ/bbOh53vwXJHit+/LIARXiDtcrX/M7lpt3gBPD72zbKkFXGqQRTiUurslCeQ83H74 S5K2T3k01I1zEr2HMQ2GcPIXx1YZKHE7iFuzuT/XHoREMGLEm0gHu0LbgFk6Ov8FucNw 9tqw== 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 r1si7538301ota.259.2020.02.25.04.13.35; Tue, 25 Feb 2020 04:13:47 -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 S1730288AbgBYL7F (ORCPT + 99 others); Tue, 25 Feb 2020 06:59:05 -0500 Received: from outbound-smtp07.blacknight.com ([46.22.139.12]:45237 "EHLO outbound-smtp07.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726587AbgBYL7E (ORCPT ); Tue, 25 Feb 2020 06:59:04 -0500 Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp07.blacknight.com (Postfix) with ESMTPS id D06861C346A for ; Tue, 25 Feb 2020 11:59:02 +0000 (GMT) Received: (qmail 17056 invoked from network); 25 Feb 2020 11:59:02 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.18.57]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 25 Feb 2020 11:59:02 -0000 Date: Tue, 25 Feb 2020 11:59:01 +0000 From: Mel Gorman To: Ingo Molnar Cc: Peter Zijlstra , Vincent Guittot , Juri Lelli , Dietmar Eggemann , Steven Rostedt , Ben Segall , Valentin Schneider , Phil Auld , Hillf Danton , LKML Subject: Re: [PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6 Message-ID: <20200225115901.GB3466@techsingularity.net> References: <20200224095223.13361-1-mgorman@techsingularity.net> <20200224151641.GA24316@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20200224151641.GA24316@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 24, 2020 at 04:16:41PM +0100, Ingo Molnar wrote: > > * Mel Gorman wrote: > > > The only differences in V6 are due to Vincent's latest patch series. > > > > This is V5 which includes the latest versions of Vincent's patch > > addressing review feedback. Patches 4-9 are Vincent's work plus one > > important performance fix. Vincent's patches were retested and while > > not presented in detail, it was mostly an improvement. > > > > Changelog since V5: > > o Import Vincent's latest patch set > > > include/linux/sched.h | 31 ++- > > include/trace/events/sched.h | 49 ++-- > > kernel/sched/core.c | 13 - > > kernel/sched/debug.c | 17 +- > > kernel/sched/fair.c | 626 ++++++++++++++++++++++++++++--------------- > > kernel/sched/pelt.c | 59 ++-- > > kernel/sched/sched.h | 42 ++- > > 7 files changed, 535 insertions(+), 302 deletions(-) > > Applied to tip:sched/core for v5.7 inclusion, thanks Mel and Vincent! > Thanks! > Please base future iterations on top of a0f03b617c3b (current > sched/core). > Will do. However I noticed that "sched/fair: Fix find_idlest_group() to handle CPU affinity" did not make it to tip/sched/core. Peter seemed to think it was fine. Was it rejected or is it just sitting in Peter's queue somewhere? -- Mel Gorman SUSE Labs