Re: [PATCH 0/5] Multiqueue virtio-scsi

2012-08-30 Thread Paolo Bonzini
Il 30/08/2012 16:53, Michael S. Tsirkin ha scritto: >> > this series adds multiqueue support to the virtio-scsi driver, based >> > on Jason Wang's work on virtio-net. It uses a simple queue steering >> > algorithm that expects one queue per CPU. LUNs in the same target always >> > use the same qu

Re: [PATCH 0/5] Multiqueue virtio-scsi

2012-08-30 Thread Michael S. Tsirkin
On Tue, Aug 28, 2012 at 01:54:12PM +0200, Paolo Bonzini wrote: > Hi all, > > this series adds multiqueue support to the virtio-scsi driver, based > on Jason Wang's work on virtio-net. It uses a simple queue steering > algorithm that expects one queue per CPU. LUNs in the same target always > use

Re: [PATCH 0/5] Multiqueue virtio-scsi

2012-08-30 Thread Stefan Hajnoczi
On Tue, Aug 28, 2012 at 01:54:12PM +0200, Paolo Bonzini wrote: > this series adds multiqueue support to the virtio-scsi driver, based > on Jason Wang's work on virtio-net. It uses a simple queue steering > algorithm that expects one queue per CPU. LUNs in the same target always > use the same que

[PATCH 0/5] Multiqueue virtio-scsi

2012-08-28 Thread Paolo Bonzini
Hi all, this series adds multiqueue support to the virtio-scsi driver, based on Jason Wang's work on virtio-net. It uses a simple queue steering algorithm that expects one queue per CPU. LUNs in the same target always use the same queue (so that commands are not reordered); queue switching occur