From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f69.google.com (mail-it0-f69.google.com [209.85.214.69]) by kanga.kvack.org (Postfix) with ESMTP id F01ED6B0038 for ; Tue, 11 Oct 2016 06:16:25 -0400 (EDT) Received: by mail-it0-f69.google.com with SMTP id 189so22670080ity.1 for ; Tue, 11 Oct 2016 03:16:25 -0700 (PDT) Received: from foss.arm.com (foss.arm.com. [217.140.101.70]) by mx.google.com with ESMTP id h71si3336116pfk.248.2016.10.11.03.16.25 for ; Tue, 11 Oct 2016 03:16:25 -0700 (PDT) Date: Tue, 11 Oct 2016 11:16:23 +0100 From: Will Deacon Subject: Re: [PATCH v8 10/16] mm/memblock: add a new function memblock_alloc_near_nid Message-ID: <20161011101623.GC23648@arm.com> References: <1472712907-12700-1-git-send-email-thunder.leizhen@huawei.com> <1472712907-12700-11-git-send-email-thunder.leizhen@huawei.com> <57FC43F4.1020909@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57FC43F4.1020909@huawei.com> Sender: owner-linux-mm@kvack.org List-ID: To: "Leizhen (ThunderTown)" Cc: Catalin Marinas , linux-arm-kernel , linux-kernel , Rob Herring , Frank Rowand , devicetree , Andrew Morton , linux-mm , Zefan Li , Xinwei Hu , Tianhong Ding , Hanjun Guo On Tue, Oct 11, 2016 at 09:44:20AM +0800, Leizhen (ThunderTown) wrote: > On 2016/9/1 14:55, Zhen Lei wrote: > > If HAVE_MEMORYLESS_NODES is selected, and some memoryless numa nodes are > > actually exist. The percpu variable areas and numa control blocks of that > > memoryless numa nodes must be allocated from the nearest available node > > to improve performance. > > > > Signed-off-by: Zhen Lei > > --- > > include/linux/memblock.h | 1 + > > mm/memblock.c | 28 ++++++++++++++++++++++++++++ > > 2 files changed, 29 insertions(+) > > Hi Will, > It seems no one take care about this, how about I move below function into arch/arm64/mm/numa.c > again? So that, merge it and patch 11 into one. I'd rather you reposted it after the merge window so we can see what to do with it then. The previous posting was really hard to figure out and mixed lots of different concepts into one series, so it's not completely surprising that it didn't all get picked up. Will -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org