qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] virtio-blk multiqueue support in qemu.


From: Paolo Bonzini
Subject: Re: [Qemu-devel] virtio-blk multiqueue support in qemu.
Date: Mon, 13 Jul 2015 13:24:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1


On 13/07/2015 13:21, Michael S. Tsirkin wrote:
> > Yes, this is already how virtio-scsi multiqueue is implemented.  The
> > speedup is noticeable.  However, for virtio-blk there is a huge
> > consumption of interrupt vectors in the guest, so it doesn't scale to
> > multiple disks as well as virtio-scsi.
>
> Could you elaborate please?  interrupt vector usage is generally
> up to the guest, so whatever the issue is might be fixable by driver
> changes alone.

Yes, but in practice neither Linux nor Windows (AFAIK) are able to share
the same vector across multiple MSIs.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]