Re: [kvm-devel] [PATCH] virtio-blk: allow more than one in-flight request

2008-03-27 Thread Rusty Russell
On Friday 28 March 2008 03:29:48 Marcelo Tosatti wrote: > Allow more than one in-flight request in the virtio ring. This allows > the host driver to submit requests in parallel. > > Signed-off-by: Marcelo Tosatti <[EMAIL PROTECTED]> For a moment, I thought this was true and felt very stupid :) Fo

Re: [kvm-devel] [PATCH] virtio-blk: allow more than one in-flight request

2008-03-27 Thread Marcelo Tosatti
On Thu, Mar 27, 2008 at 06:45:14PM +0100, Christian Borntraeger wrote: > Am Donnerstag, 27. März 2008 schrieb Marcelo Tosatti: > > > > Allow more than one in-flight request in the virtio ring. This allows > > the host driver to submit requests in parallel. > [...] > > diff --git a/drivers/block/vi

Re: [kvm-devel] [PATCH] virtio-blk: allow more than one in-flight request

2008-03-27 Thread Christian Borntraeger
Am Donnerstag, 27. März 2008 schrieb Marcelo Tosatti: > > Allow more than one in-flight request in the virtio ring. This allows > the host driver to submit requests in parallel. [...] > diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c > index 3b1a68d..5bb041f 100644 > --- a/dri