From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Date: Mon, 10 May 2004 05:45:42 +0000 Subject: Re: [ANNOUNCE] [PATCH] Node Hotplug Support Message-Id: <1084167941.28602.478.camel@nighthawk> List-Id: References: <20040508003904.63395ca7.tokunaga.keiich@jp.fujitsu.com> <1083944945.23559.1.camel@nighthawk> <20040510104725.7c9231ee.tokunaga.keiich@jp.fujitsu.com> In-Reply-To: <20040510104725.7c9231ee.tokunaga.keiich@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Keiichiro Tokunaga Cc: Linux Kernel Mailing List , hotplug devel , lhns-devel@lists.sourceforge.net On Sun, 2004-05-09 at 18:47, Keiichiro Tokunaga wrote: > There is no NUMA support in the current code yet. I'll post a > rough patch to show my idea soon. I'm thinking to regard a > container device that has PXM as a NUMA node so far. Don't you think it would be a good idea to work with some of the current code, instead of trying to wrap around it? I'm sure Matt Dobson can give you some great ideas about things in the current NUMA code that aren't hotplug safe. That really needs to be done before any other work, anyway. -- Dave ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264524AbUEJFpz (ORCPT ); Mon, 10 May 2004 01:45:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264529AbUEJFpz (ORCPT ); Mon, 10 May 2004 01:45:55 -0400 Received: from e34.co.us.ibm.com ([32.97.110.132]:22451 "EHLO e34.co.us.ibm.com") by vger.kernel.org with ESMTP id S264524AbUEJFpw (ORCPT ); Mon, 10 May 2004 01:45:52 -0400 Subject: Re: [ANNOUNCE] [PATCH] Node Hotplug Support From: Dave Hansen To: Keiichiro Tokunaga Cc: Linux Kernel Mailing List , hotplug devel , lhns-devel@lists.sourceforge.net In-Reply-To: <20040510104725.7c9231ee.tokunaga.keiich@jp.fujitsu.com> References: <20040508003904.63395ca7.tokunaga.keiich@jp.fujitsu.com> <1083944945.23559.1.camel@nighthawk> <20040510104725.7c9231ee.tokunaga.keiich@jp.fujitsu.com> Content-Type: text/plain Message-Id: <1084167941.28602.478.camel@nighthawk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 09 May 2004 22:45:42 -0700 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2004-05-09 at 18:47, Keiichiro Tokunaga wrote: > There is no NUMA support in the current code yet. I'll post a > rough patch to show my idea soon. I'm thinking to regard a > container device that has PXM as a NUMA node so far. Don't you think it would be a good idea to work with some of the current code, instead of trying to wrap around it? I'm sure Matt Dobson can give you some great ideas about things in the current NUMA code that aren't hotplug safe. That really needs to be done before any other work, anyway. -- Dave