Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756823AbdHYNQ0 (ORCPT ); Fri, 25 Aug 2017 09:16:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39580 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752938AbdHYNQY (ORCPT ); Fri, 25 Aug 2017 09:16:24 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 143F980478 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=brouer@redhat.com Date: Fri, 25 Aug 2017 15:16:15 +0200 From: Jesper Dangaard Brouer To: Mel Gorman Cc: Kemi Wang , Andrew Morton , Michal Hocko , Johannes Weiner , Christopher Lameter , Dave , Andi Kleen , Ying Huang , Aaron Lu , Tim Chen , Linux MM , Linux Kernel , brouer@redhat.com Subject: Re: [PATCH v2 0/3] Separate NUMA statistics from zone statistics Message-ID: <20170825151615.4eb04cf4@redhat.com> In-Reply-To: <20170825080437.wyikqunw6mtj22hu@techsingularity.net> References: <1503568801-21305-1-git-send-email-kemi.wang@intel.com> <20170825080437.wyikqunw6mtj22hu@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 25 Aug 2017 13:16:24 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 28 On Fri, 25 Aug 2017 09:04:37 +0100 Mel Gorman wrote: > On Thu, Aug 24, 2017 at 05:59:58PM +0800, Kemi Wang wrote: > > Each page allocation updates a set of per-zone statistics with a call to > > zone_statistics(). As discussed in 2017 MM summit, these are a substantial > > source of overhead in the page allocator and are very rarely consumed. This > > significant overhead in cache bouncing caused by zone counters (NUMA > > associated counters) update in parallel in multi-threaded page allocation > > (pointed out by Dave Hansen). > > > > For the series; > > Acked-by: Mel Gorman > I'm very happy to see these issues being worked on, from our MM-summit interactions. I would like to provide/have a: Reported-by: Jesper Dangaard Brouer As I'm not sure an acked-by from me have any value/merit here ;-) -- Best regards, Jesper Dangaard Brouer MSc.CS, Principal Kernel Engineer at Red Hat LinkedIn: http://www.linkedin.com/in/brouer