Re: [PATCH 16/39] virtio_scsi: use cmd_size

2014-03-27 Thread James Bottomley
On Tue, 2014-03-25 at 16:36 +0100, Paolo Bonzini wrote: > Il 25/03/2014 16:31, Christoph Hellwig ha scritto: > > Paolo, > > > > do you have a virtio_scsi tree to picks this up in? We now have all > > the infrastructure for it in James' tree. > > I don't, I usually just give my Acked-by and James

Re: [PATCH 16/39] virtio_scsi: use cmd_size

2014-03-25 Thread Paolo Bonzini
Il 25/03/2014 16:31, Christoph Hellwig ha scritto: Paolo, do you have a virtio_scsi tree to picks this up in? We now have all the infrastructure for it in James' tree. I don't, I usually just give my Acked-by and James picks it up. Paolo -- To unsubscribe from this list: send the line "unsu

Re: [PATCH 16/39] virtio_scsi: use cmd_size

2014-03-25 Thread Christoph Hellwig
Paolo, do you have a virtio_scsi tree to picks this up in? We now have all the infrastructure for it in James' tree. Btw, it would also be interesting to see if we could get rid of virtscsi_cmd_cache/pool by reusing fields in EH, but I didn't feel familar enough with the driver to look into that

[PATCH 16/39] virtio_scsi: use cmd_size

2014-03-17 Thread Christoph Hellwig
Taken almost entirely from Nicholas Bellinger's scsi-mq conversion. Signed-off-by: Christoph Hellwig Acked-by: Paolo Bonzini --- drivers/scsi/virtio_scsi.c | 25 +++-- include/scsi/scsi_cmnd.h |9 + 2 files changed, 16 insertions(+), 18 deletions(-) diff --g