From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 83DC3DDF1F for ; Sun, 11 Jan 2009 10:33:10 +1100 (EST) Subject: Re: [PATCH RFC v5] net: add PCINet driver From: Benjamin Herrenschmidt To: Ira Snyder In-Reply-To: <20090108215127.GA28935@ovro.caltech.edu> References: <20090107195052.GA24981@ovro.caltech.edu> <20090108.111610.132149837.davem@davemloft.net> <20090108192716.GA19863@ovro.caltech.edu> <20090108215127.GA28935@ovro.caltech.edu> Content-Type: text/plain Date: Sun, 11 Jan 2009 10:32:35 +1100 Message-Id: <1231630355.2142.92.camel@pasglop> Mime-Version: 1.0 Cc: arnd@arndb.de, netdev@vger.kernel.org, Rusty Russell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, shemminger@vyatta.com, David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2009-01-08 at 13:51 -0800, Ira Snyder wrote: > The guests (PowerPC computers running Linux) are PCI cards in the host > system (an Intel Pentium3-M system). The guest computers can access all > of the host's memory. The guests provide a 1MB (movable) window into > their memory. > > The PowerPC computers also have a DMA controller, which I've used to get > better throughput from my driver. I have a way to create interrupts to > both the host and guest systems. That looks -very- similar to the PCI driver for CAB and Cell triblades that was, I think, submitted a while ago. Arnd what's the status with that driver ? Cheers, Ben.