From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbsJz-00039s-El for qemu-devel@nongnu.org; Wed, 29 Jun 2011 06:48:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbsJx-0002cq-LK for qemu-devel@nongnu.org; Wed, 29 Jun 2011 06:48:39 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:52084 helo=bombadil.infradead.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbsJw-0002cZ-Uh for qemu-devel@nongnu.org; Wed, 29 Jun 2011 06:48:37 -0400 Date: Wed, 29 Jun 2011 06:03:41 -0400 From: Christoph Hellwig Message-ID: <20110629100341.GC22900@infradead.org> References: <4DEE2B15.4090809@redhat.com> <4DF21447.6090005@suse.de> <20110612075140.GB11941@redhat.com> <4E0AE0FE.2090905@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E0AE0FE.2090905@redhat.com> Subject: Re: [Qemu-devel] virtio scsi host draft specification, v3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Christoph Hellwig , Stefan Hajnoczi , "kvm@vger.kernel.org" , "Michael S. Tsirkin" , Rusty Russell , qemu-devel , Linux Kernel Mailing List , Hannes Reinecke , Linux Virtualization On Wed, Jun 29, 2011 at 10:23:26AM +0200, Paolo Bonzini wrote: > I agree here, in fact I misread Hannes's comment as "if a driver > uses more than one queue it is responsibility of the driver to > ensure strict request ordering". If you send requests to different > queues, you know that those requests are independent. I don't think > anything else is feasible in the virtio framework. That doesn't really fit very well with the SAM model. If we want to use multiple queues for a single LUN it has to be transparent to the SCSI command stream. Then again I don't quite see the use for that anyway.