From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 6455CDDFE3 for ; Sat, 16 Jun 2007 07:37:46 +1000 (EST) Date: Fri, 15 Jun 2007 14:37:54 -0700 (PDT) Message-Id: <20070615.143754.28790010.davem@davemloft.net> To: jeff@garzik.org Subject: Re: [patch 4/6] ps3: Disk Storage Driver From: David Miller In-Reply-To: <4673047F.30808@garzik.org> References: <20070615.141720.112626963.davem@davemloft.net> <4673047F.30808@garzik.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: axboe@kernel.dk, James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, paulus@samba.org, Geert.Uytterhoeven@sonycom.com, dwmw2@infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jeff Garzik Date: Fri, 15 Jun 2007 17:28:31 -0400 > David Miller wrote: > > If the SCSI guys were smart, there would be a totally generic helper > > layer that allows anyone to hook into the SCSI layer as a virtual SCSI > > disk provider in like 10 lines of code. :-) > > The SCSI target code gives you the capability to do that (the SCSI > transport part, the virtual storage part is easy from there). I don't get to control the server side in my case, I'm a client talking to something with a pre-determined interface.