From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f198.google.com (mail-pf0-f198.google.com [209.85.192.198]) by kanga.kvack.org (Postfix) with ESMTP id F406428025D for ; Fri, 5 Jan 2018 13:48:12 -0500 (EST) Received: by mail-pf0-f198.google.com with SMTP id h18so3201139pfi.2 for ; Fri, 05 Jan 2018 10:48:12 -0800 (PST) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id c67si4413475pfl.262.2018.01.05.10.48.11 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 05 Jan 2018 10:48:11 -0800 (PST) Date: Fri, 5 Jan 2018 19:48:08 +0100 From: Michal Hocko Subject: Re: [PATCH 1/3] mm, numa: rework do_pages_move Message-ID: <20180105184808.GS2801@dhcp22.suse.cz> References: <20180103082555.14592-1-mhocko@kernel.org> <20180103082555.14592-2-mhocko@kernel.org> <20180105091443.GJ2801@dhcp22.suse.cz> <20180105093301.GK2801@dhcp22.suse.cz> <20180105180905.GR2801@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Christopher Lameter Cc: Anshuman Khandual , Andrew Morton , Zi Yan , Naoya Horiguchi , "Kirill A. Shutemov" , Vlastimil Babka , Andrea Reale , linux-mm@kvack.org, LKML On Fri 05-01-18 12:41:22, Cristopher Lameter wrote: > On Fri, 5 Jan 2018, Michal Hocko wrote: > > > I believe there should be some cap on the number of pages. We shouldn't > > keep it held for million of pages if all of them are moved to the same > > node. I would really like to postpone that to later unless it causes > > some noticeable regressions because this would complicate the code > > further and I am not sure this is all worth it. > > Attached a patch to make the code more readable. > > Also why are you migrating the pages on pagelist if a > add_page_for_migration() fails? One could simply update > the status in user space and continue. I am open to further cleanups. Care to send a full patch with the changelog? I would rather not fold more changes to the already tested one. Thanks! -- Michal Hocko SUSE Labs -- 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