Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751739Ab2HGIp3 (ORCPT ); Tue, 7 Aug 2012 04:45:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18290 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796Ab2HGIp0 (ORCPT ); Tue, 7 Aug 2012 04:45:26 -0400 From: Asias He To: linux-kernel@vger.kernel.org Cc: Christoph Hellwig , Jens Axboe , kvm@vger.kernel.org, "Michael S. Tsirkin" , Rusty Russell , Shaohua Li , Tejun Heo , virtualization@lists.linux-foundation.org Subject: [PATCH V6 0/2] Improve virtio-blk performance Date: Tue, 7 Aug 2012 16:47:13 +0800 Message-Id: <1344329235-17449-1-git-send-email-asias@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 31 Hi, all This version reworked on REQ_FLUSH and REQ_FUA support as suggested by Christoph and dropped the block core bits since Jens has picked them up. Fio test shows bio-based IO path gives the following performance improvement: 1) Ramdisk device With bio-based IO path, sequential read/write, random read/write IOPS boost : 28%, 24%, 21%, 16% Latency improvement: 32%, 17%, 21%, 16% 2) Fusion IO device With bio-based IO path, sequential read/write, random read/write IOPS boost : 11%, 11%, 13%, 10% Latency improvement: 10%, 10%, 12%, 10% Asias He (2): virtio-blk: Add bio-based IO path for virtio-blk virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path drivers/block/virtio_blk.c | 306 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 268 insertions(+), 38 deletions(-) -- 1.7.11.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/