Re: [PATCH v4 00/13] virtio-scsi: add iothread-vq-mapping parameter

2025-03-11 Thread Kevin Wolf
Am 11.03.2025 um 14:26 hat Stefan Hajnoczi geschrieben: > v4: > - Squash fixup commit properly this time >_< [Peter] > v3: > - Use vq_aio_context[VIRTIO_SCSI_VQ_NUM_FIXED] as the AioContext for the Block > Backend [Kevin] > v2: > - Only expose cmd vqs via iothread-vq-mapping [Kevin, Peter] > > I

Re: [PATCH v4 00/13] virtio-scsi: add iothread-vq-mapping parameter

2025-03-11 Thread Peter Krempa
On Tue, Mar 11, 2025 at 21:26:03 +0800, Stefan Hajnoczi wrote: > v4: > - Squash fixup commit properly this time >_< [Peter] > v3: > - Use vq_aio_context[VIRTIO_SCSI_VQ_NUM_FIXED] as the AioContext for the Block > Backend [Kevin] > v2: > - Only expose cmd vqs via iothread-vq-mapping [Kevin, Peter]

[PATCH v4 00/13] virtio-scsi: add iothread-vq-mapping parameter

2025-03-11 Thread Stefan Hajnoczi
v4: - Squash fixup commit properly this time >_< [Peter] v3: - Use vq_aio_context[VIRTIO_SCSI_VQ_NUM_FIXED] as the AioContext for the Block Backend [Kevin] v2: - Only expose cmd vqs via iothread-vq-mapping [Kevin, Peter] Implement --device virtio-scsi-pci,iothread-vq-mapping= support so that vir