From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZATBw-0002bd-2U for qemu-devel@nongnu.org; Wed, 01 Jul 2015 21:21:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZATBs-0005A5-Mm for qemu-devel@nongnu.org; Wed, 01 Jul 2015 21:21:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZATBs-00059b-H7 for qemu-devel@nongnu.org; Wed, 01 Jul 2015 21:21:24 -0400 Date: Thu, 2 Jul 2015 09:21:21 +0800 From: Fam Zheng Message-ID: <20150702012121.GA4477@ad.nay.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] virtio-blk multiqueue support in qemu. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Naredula Janardhana Reddy Cc: qemu-devel@nongnu.org, Stefan Hajnoczi On Wed, 07/01 22:45, Naredula Janardhana Reddy wrote: > HI, > I am trying to improve the throughput of virtio-blk for my kernel ( > https://github.com/naredula-jana/Jiny-Kernel ) to make use of the > multi-core using multi-queue. But I found the latest qemu does not support > multiqueue for virtio-blk, The feature flag does not return multi-queue > support. Do we have any patches to the qemu for enabling multi-queue for > virtio-blk similar to that of virtio-net. Can someone help some pointers > related to this.. There was a series last year adding support for multi-queue but wan't merged to the code base: http://comments.gmane.org/gmane.comp.emulators.qemu/289126 Fam