From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGPKw-00071D-GH for qemu-devel@nongnu.org; Mon, 02 Sep 2013 04:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGPKk-0002oi-DS for qemu-devel@nongnu.org; Mon, 02 Sep 2013 04:18:14 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:56814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGPKk-0002kk-1V for qemu-devel@nongnu.org; Mon, 02 Sep 2013 04:18:02 -0400 Received: from epcpsbgr3.samsung.com (u143.gpu120.samsung.co.kr [203.254.230.143]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MSH0094AODTJ8R0@mailout3.samsung.com> for qemu-devel@nongnu.org; Mon, 02 Sep 2013 17:17:57 +0900 (KST) Received: from DOJHBIRDCHO03 ([12.25.58.102]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MSH00IY6ODX0R30@mmp2.samsung.com> for qemu-devel@nongnu.org; Mon, 02 Sep 2013 17:17:57 +0900 (KST) From: Jonghwan Choi References: In-reply-to: Date: Mon, 02 Sep 2013 17:17:57 +0900 Message-id: <000001cea7b4$ee60db80$cb229280$%choi@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-language: ko Subject: [Qemu-devel] I/O performance degradation with Virtio-Blk-Data-Plane List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Hello All. Nowdays i measured io performance with Virtio-Blk-Data-Plane. There was something strange in test. When vcpu count is 1, io performance is increased in test But vcpu count is over 2, io performance is decreased in test. i used 3.10.9 stable kernel, qemu(1.4.2) & fio 2.1 What should i check in my test? Thanks.