From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f70.google.com (mail-wm0-f70.google.com [74.125.82.70]) by kanga.kvack.org (Postfix) with ESMTP id 3E4896B000C for ; Tue, 12 Jun 2018 11:21:01 -0400 (EDT) Received: by mail-wm0-f70.google.com with SMTP id o15-v6so6689711wmf.1 for ; Tue, 12 Jun 2018 08:21:01 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id t24-v6si652987edm.168.2018.06.12.08.20.59 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 12 Jun 2018 08:20:59 -0700 (PDT) Date: Tue, 12 Jun 2018 17:20:57 +0200 From: Michal Hocko Subject: Re: [PATCH 1/2] arm64: avoid alloc memory on offline node Message-ID: <20180612152057.GA13364@dhcp22.suse.cz> References: <20180607105514.GA13139@dhcp22.suse.cz> <5ed798a0-6c9c-086e-e5e8-906f593ca33e@huawei.com> <20180607122152.GP32433@dhcp22.suse.cz> <20180611085237.GI13364@dhcp22.suse.cz> <16c4db2f-bc70-d0f2-fb38-341d9117ff66@huawei.com> <20180611134303.GC75679@bhelgaas-glaptop.roam.corp.google.com> <20180611145330.GO13364@dhcp22.suse.cz> <87lgbk59gs.fsf@e105922-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lgbk59gs.fsf@e105922-lin.cambridge.arm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Punit Agrawal Cc: Bjorn Helgaas , Xie XiuQi , Hanjun Guo , tnowicki@caviumnetworks.com, linux-pci@vger.kernel.org, Catalin Marinas , "Rafael J. Wysocki" , Will Deacon , Linux Kernel Mailing List , Jarkko Sakkinen , linux-mm@kvack.org, wanghuiqiang@huawei.com, Greg Kroah-Hartman , Bjorn Helgaas , Andrew Morton , zhongjiang , linux-arm On Tue 12-06-18 16:08:03, Punit Agrawal wrote: > Michal Hocko writes: [...] > > Well, the standard way to handle memory less NUMA nodes is to simply > > fallback to the closest NUMA node. We even have an API for that > > (numa_mem_id). > > CONFIG_HAVE_MEMORYLESS node is not enabled on arm64 which means we end > up returning the original node in the fallback path. Yes this makes more sense. -- Michal Hocko SUSE Labs