Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp3960778imm; Mon, 17 Sep 2018 06:08:28 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZGg5X7tjJWV0BvsIEznq4Jnk6kEqDQlrmRz4d2aejV0xNVlssiPcesbgfWNFZ8VWBCH4WL X-Received: by 2002:a65:5a81:: with SMTP id c1-v6mr23501214pgt.120.1537189708428; Mon, 17 Sep 2018 06:08:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537189708; cv=none; d=google.com; s=arc-20160816; b=iIqq0cMUz+tRQMxrpqTGNq2PeKi85prFLmkC+ELZGbMIa6wkemCOpJP3+48xFV31B1 hZG/rq7JvaT/kfm+Cw9M/CUzXei1U7jwJQwddfJpHUktrKPaeLZZbaVMTNocfJrm/AAQ lWkqCMP6TXNya4WxaxnARleOzRJXt9T/jBME9TGaUerB2KmdKG2rIKt9rBagsFBs5Nig tFoP4zybG+YSArweRPxqX/nxENStCCmuzLCWy6t1fXdw5zLE+c9ip7epT/qiLtBcyUz+ 6PyBNY5XTZRQ6+DvBWkjWrONRh8Uk8g4E5FJOsGPuhNv2bzBrHLddtJrCe+JGG45hsEI Nu1w== 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=w1A1ImOPPcD0IP+TAsrgl52ezCn0ct2otwvpV7Da8VQ=; b=IylIT46qKhZNLVjIcJXRfv+mRLrviO+yG5Win3WirKHOMRN9quhROwkgTwyRMRDc7x qP5niDntiS0kqeKujy3vi6hmTwE7wvM4Ej8H5I5M4cIvcYxbYySNKzoAq2M3aGM5EsD1 aGQ09oMh9NnzNB5oRV95y41w0O+hDC6lZVa4cQyB6UMPH0V+sSHO0kwjQBweIGkZvuhv KK+Qd6AVi6cmSeBuIWi2NsonXF3OFWgL+XR9VP0atwIRsPzOJQMy0SKtunBg0KCqWvQv 80ItoUvGDNlHisrVPsbKkaZbdsPOq8asZL8hJD8i+nxW50qeQu5n8OtdVnVbVq25uexg 8jqg== 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 h5-v6si13876207pls.188.2018.09.17.06.08.11; Mon, 17 Sep 2018 06:08:28 -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 S1728261AbeIQSez (ORCPT + 99 others); Mon, 17 Sep 2018 14:34:55 -0400 Received: from outbound-smtp26.blacknight.com ([81.17.249.194]:59266 "EHLO outbound-smtp26.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726169AbeIQSey (ORCPT ); Mon, 17 Sep 2018 14:34:54 -0400 Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp26.blacknight.com (Postfix) with ESMTPS id 7D5E3B8A0F for ; Mon, 17 Sep 2018 14:07:37 +0100 (IST) Received: (qmail 2790 invoked from network); 17 Sep 2018 13:07:37 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[193.179.3.151]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 17 Sep 2018 13:07:35 -0000 Date: Mon, 17 Sep 2018 14:06:29 +0100 From: Mel Gorman To: Jirka Hladky Cc: Peter Zijlstra , Srikar Dronamraju , Jakub Ra??ek , linux-kernel , "kkolakow@redhat.com" , Ingo Molnar Subject: Re: [SCHEDULER] Performance drop in 4.19 compared to 4.18 kernel Message-ID: <20180917130629.nugwsgcsuoda6qf6@techsingularity.net> References: <20180907125649.GA3995@linux.vnet.ibm.com> <20180907131923.GB24106@hirez.programming.kicks-ass.net> <20180907134420.GD3995@linux.vnet.ibm.com> <20180907135235.GE24106@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 14, 2018 at 04:50:20PM +0200, Jirka Hladky wrote: > Hi Peter and Srikar, > > > I have bounced the 5 patches to you, (one of the 6 has not been applied by > > Peter) so I have skipped that. > > They can also be fetched from > > http://lore.kernel.org/lkml/1533276841-16341-1-git-send-email-srikar@linux.vnet.ibm.com > > I'm sorry for the delay, we have finally the results for the above > kernel. The performance results look good compared to 4.19 vanilla and > are about the same as Mel's sched-numa-fast-crossnode-v1r12 patch set > for 4.18: > > Compared to kernel-4.19.0-0.rc1.1 > > * Improvement upto 20% for SPECjbb2005, SPECjvm2008 benchmarks > * Improvement upto 50% for stream benchmark > * Improvement upto 100% for the NAS benchmark (sp_C subtest, 8 > threads on 4 NUMA system with 4x E5-4610 v2 @ 2.30GHz, 64 cores in > total) > > When I compare it against Mel's patchset > (git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux.git > sched-numa-fast-crossnode-v1r12) > > * Mel's kernel is about 15% faster for stream benchmarks > * The other benchmarks show very similar results with both kernels > > Mel's patchset eliminates NUMA migration rate limits, this is > presumbly the reason for the good stream results. > > Do you have any update when the current patchset could be merged into > the upstream kernel? > I'm travelling at the moment but when I get back, I'll see what's in the tip tree with respect to Srikar's patches and then rebase the fast-migration patches on top and reconfirm they still behave as expected. Assuming they do, I'll resend them.