Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756702Ab0KVDpx (ORCPT ); Sun, 21 Nov 2010 22:45:53 -0500 Received: from mga03.intel.com ([143.182.124.21]:62712 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756511Ab0KVDpw (ORCPT ); Sun, 21 Nov 2010 22:45:52 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,233,1288594800"; d="scan'208";a="351566959" Date: Mon, 22 Nov 2010 10:24:11 +0800 From: Shaohui Zheng To: akpm@linux-foundation.org, gregkh@suse.de, rientjes@google.com Cc: mingo@redhat.com, hpa@zytor.com, tglx@linutronix.de, lethal@linux-sh.org, ak@linux.intel.com, yinghai@kernel.org, randy.dunlap@oracle.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org, shaohui.zheng@intel.com, haicheng.li@intel.com, haicheng.li@linux.intel.com Subject: Re: [patch 1/2] x86: add numa=possible command line option Message-ID: <20101122022411.GC9081@shaohui> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1677 Lines: 34 > Adds a numa=possible= command line option to set an additional N nodes > as being possible for memory hotplug. This set of possible nodes > controls nr_node_ids and the sizes of several dynamically allocated node > arrays. > > This allows memory hotplug to create new nodes for newly added memory > rather than binding it to existing nodes. > > The first use-case for this will be node hotplug emulation which will use > these possible nodes to create new nodes to test the memory hotplug > callbacks and surrounding memory hotplug code. It is the improved solution from thread http://lkml.org/lkml/2010/11/18/3, our draft patch set all the nodes as possbile node, it wastes a lot of memory, the command line numa=possible= seems to be an acceptable, and it is a optimization for our patch. I like your active work attitude for the patch reviewing, it is real helpful to improve the patch quality. the NUMA Hotplug Emulator is an overall solution for Node/CPU/Memory hotplug emulation, it includes a lot of engineers' review comments and feedbacks in the mailling list. We review and test each version very carefully, and make sure each version is very stable and it includes in most of the feedbacks, so we deliver each version very slow. we do NOT want to split the emulator into many parts, and want to maintain them together. How about add this patch into our emulator patchset, and add your sign-off?. Thanks. -- 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/