Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754735AbdHYIEn (ORCPT ); Fri, 25 Aug 2017 04:04:43 -0400 Received: from outbound-smtp02.blacknight.com ([81.17.249.8]:45779 "EHLO outbound-smtp02.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543AbdHYIEj (ORCPT ); Fri, 25 Aug 2017 04:04:39 -0400 Date: Fri, 25 Aug 2017 09:04:37 +0100 From: Mel Gorman To: Kemi Wang Cc: Andrew Morton , Michal Hocko , Johannes Weiner , Christopher Lameter , Dave , Andi Kleen , Jesper Dangaard Brouer , Ying Huang , Aaron Lu , Tim Chen , Linux MM , Linux Kernel Subject: Re: [PATCH v2 0/3] Separate NUMA statistics from zone statistics Message-ID: <20170825080437.wyikqunw6mtj22hu@techsingularity.net> References: <1503568801-21305-1-git-send-email-kemi.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1503568801-21305-1-git-send-email-kemi.wang@intel.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 566 Lines: 16 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 -- Mel Gorman SUSE Labs