From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx144.postini.com [74.125.245.144]) by kanga.kvack.org (Postfix) with SMTP id D42676B0073 for ; Mon, 9 Jul 2012 11:41:16 -0400 (EDT) Message-ID: <4FFAFB70.7030402@redhat.com> Date: Mon, 09 Jul 2012 11:40:32 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 00/40] AutoNUMA19 References: <1340888180-15355-1-git-send-email-aarcange@redhat.com> In-Reply-To: <1340888180-15355-1-git-send-email-aarcange@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Andrea Arcangeli Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Hillf Danton , Dan Smith , Peter Zijlstra , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Bharata B Rao , Lee Schermerhorn , Johannes Weiner , Srivatsa Vaddagiri , Christoph Lameter , Alex Shi , Mauricio Faria de Oliveira , Konrad Rzeszutek Wilk , Don Morris , Benjamin Herrenschmidt On 06/28/2012 08:55 AM, Andrea Arcangeli wrote: > o reduced the page_autonuma memory overhead to from 32 to 12 bytes per page This bit still worries me a little. Between the compact list management code, the migrate daemon, the list locking and page queuing and unqueuing code, we are looking at 1000-2000 lines of code. I know your reasoning why asynchronous migration done by a kernel thread should be better than migrate-on-fault, but there is no actual evidence that it is in fact true. Would it be an idea to simplify the code for now, and add the asynchronous migration later on, if there are compelling benchmark results that show it to be useful? The amount of source code involved is large enough that a justification like that would be useful, IMHO... -- All rights reversed -- 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