Re: [PATCH V1] virtio_scsi: support multi hw queue of blk-mq

2014-11-20 Thread Christoph Hellwig
Thanks, applied to drivers-for-3.19. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH V1] virtio_scsi: support multi hw queue of blk-mq

2014-11-17 Thread Paolo Bonzini
On 15/11/2014 04:47, Ming Lei wrote: > Since virtio_scsi has supported multi virtqueue already, > it is natural to map the virtque to hw-queue of blk-mq. > > Cc: Paolo Bonzini > Signed-off-by: Ming Lei > --- > V1: > - support non-mq too > > drivers/scsi/virtio_scsi.c | 17 +++

[PATCH V1] virtio_scsi: support multi hw queue of blk-mq

2014-11-14 Thread Ming Lei
Since virtio_scsi has supported multi virtqueue already, it is natural to map the virtque to hw-queue of blk-mq. Cc: Paolo Bonzini Signed-off-by: Ming Lei --- V1: - support non-mq too drivers/scsi/virtio_scsi.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-)