From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEao3-0003FN-GW for qemu-devel@nongnu.org; Mon, 13 Jul 2015 06:17:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEanz-0004Rm-BX for qemu-devel@nongnu.org; Mon, 13 Jul 2015 06:17:51 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:34046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEanz-0004Rc-43 for qemu-devel@nongnu.org; Mon, 13 Jul 2015 06:17:47 -0400 Received: by wibud3 with SMTP id ud3so25392912wib.1 for ; Mon, 13 Jul 2015 03:17:46 -0700 (PDT) Sender: Paolo Bonzini References: <20150702012121.GA4477@ad.nay.redhat.com> <20150708173423-mutt-send-email-mst@redhat.com> <20150709132248.GA12399@stefanha-thinkpad.redhat.com> <20150709162723-mutt-send-email-mst@redhat.com> From: Paolo Bonzini Message-ID: <55A39047.5070806@redhat.com> Date: Mon, 13 Jul 2015 12:17:43 +0200 MIME-Version: 1.0 In-Reply-To: <20150709162723-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-blk multiqueue support in qemu. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Stefan Hajnoczi Cc: Naredula Janardhana Reddy , Fam Zheng , Ming Lei , Stefan Hajnoczi , qemu-devel@nongnu.org On 09/07/2015 15:29, Michael S. Tsirkin wrote: > > On the positive side, we do need something similar to the last 3 patches > > to expose multiqueue to the guest. But it will require much more work > > in QEMU to achieve true multiqueue. > > Might this be useful as an intermediate step, e.g. for testing > guest code? 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.