From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762881AbXGMDPi (ORCPT ); Thu, 12 Jul 2007 23:15:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757451AbXGMDP2 (ORCPT ); Thu, 12 Jul 2007 23:15:28 -0400 Received: from canuck.infradead.org ([209.217.80.40]:59589 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757419AbXGMDP1 (ORCPT ); Thu, 12 Jul 2007 23:15:27 -0400 Date: Thu, 12 Jul 2007 20:16:22 -0700 From: Greg KH To: Yinghai Lu Cc: Cornelia Huck , Stefan Richter , Andrew Morton , Andi Kleen , rientjes@google.com, Christoph Lameter , Christoph Hellwig , David Miller , Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: [PATCH] try parent numa_node at first before using default Message-ID: <20070713031622.GC2395@kroah.com> References: <200707101641.17672.yinghai.lu@sun.com> <469610D4.70009@s5r6.in-berlin.de> <20070712172310.4d662e1f@gondolin.boeblingen.de.ibm.com> <200707121059.54320.yinghai.lu@sun.com> <20070712183141.GB22471@kroah.com> <86802c440707121206i3186fe9chba55fe2e5e5e4c5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86802c440707121206i3186fe9chba55fe2e5e5e4c5@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-06) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 12, 2007 at 12:06:00PM -0700, Yinghai Lu wrote: > On 7/12/07, Greg KH wrote: > > On Thu, Jul 12, 2007 at 10:59:53AM -0700, Yinghai Lu wrote: > > Please split this into two separate patches, as they are doing two > > different things. One for the driver core, and one for pci devices. > > they need to applied together, otherwise all pci_dev numa_node will be > change to device_add to -1 after pci_device_add. Hm, good point. > > Also, what kind of performance issues have you seen with this patch in > > place? As your previous patches were incorrect, I am guessing that you > > are not able to test this? > forcedeth on second node. without this patch in addition to > get_mpbus_to_node patch, the numa_node is always 0. But you were not able to test USB, right? Does that work properly now with this patch? thanks, greg k-h