From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1mgf-00083z-By for qemu-devel@nongnu.org; Wed, 25 Nov 2015 21:53:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1mgb-0007Ck-8B for qemu-devel@nongnu.org; Wed, 25 Nov 2015 21:53:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1mgb-0007Cb-25 for qemu-devel@nongnu.org; Wed, 25 Nov 2015 21:53:29 -0500 Date: Thu, 26 Nov 2015 10:53:24 +0800 From: Fam Zheng Message-ID: <20151126025324.GA14630@ad.usersys.redhat.com> References: <20151125093512.GF7357@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] poor virtio-scsi performance (fio testing) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasiliy Tolstov Cc: Stefan Hajnoczi , qemu-devel On Wed, 11/25 13:10, Vasiliy Tolstov wrote: > 2015-11-25 12:35 GMT+03:00 Stefan Hajnoczi : > > You can get better aio=native performance with qemu.git/master. Please > > see commit fc73548e444ae3239f6cef44a5200b5d2c3e85d1 ("virtio-blk: use > > blk_io_plug/unplug for Linux AIO batching"). > > > Thanks Stefan! Does this patch only for virtio-blk or it can increase > iops for virtio-scsi ? > The patch was for virtio-blk but qemu.git/master also has another patch for virtio-scsi (5170f40 virtio-scsi: Call bdrv_io_plug/bdrv_io_unplug in cmd request handling). On the other hand it would be helpful to compare the difference between virtio-blk and virtio-scsi in your environment. Could you do that? Fam