Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932609AbVISTks (ORCPT ); Mon, 19 Sep 2005 15:40:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932614AbVISTks (ORCPT ); Mon, 19 Sep 2005 15:40:48 -0400 Received: from mx2.suse.de ([195.135.220.15]:25992 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S932609AbVISTkr (ORCPT ); Mon, 19 Sep 2005 15:40:47 -0400 Date: Mon, 19 Sep 2005 21:40:45 +0200 From: Andi Kleen To: Christoph Lameter Cc: Andi Kleen , Andrew Morton , torvalds@osdl.org, linux-kernel@vger.kernel.org Subject: Re: NUMA mempolicy /proc code in mainline shouldn't have been merged Message-ID: <20050919194038.GB12810@verdi.suse.de> References: <200509101120.19236.ak@suse.de> <20050910235139.4a8865c2.akpm@osdl.org> <200509110911.22212.ak@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1096 Lines: 24 On Mon, Sep 19, 2005 at 10:11:20AM -0700, Christoph Lameter wrote: > However, one still does not know which memory section (vma) is allocated > on which nodes. And this may be important since critical data may need to Maybe. Well sure of things could be maybe important. Or maybe not. Doesn't seem like a particularly strong case to add a lot of ugly code though. > External memory policy management is a necessary feature for system > administration, batch process scheduling as well as for testing and > debugging a system. I'm not convinced of this at all. Most of these things proposed so far can be done much simpler with 90% of the functionality (e.g. just swapoff per process for migration) , and I haven't seen a clear rationale except for lots of maybes that the missing 10% are worth all the complexity you seem to plan to add. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/