public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] Improve virtio-blk performance
@ 2012-06-13  7:41 Asias He
  2012-06-13  7:41 ` [PATCH RFC 1/2] block: Add blk_bio_map_sg() helper Asias He
  2012-06-13  7:41 ` [PATCH RFC 2/2] virtio-blk: Add bio-based IO path for virtio-blk Asias He
  0 siblings, 2 replies; 7+ messages in thread
From: Asias He @ 2012-06-13  7:41 UTC (permalink / raw)
  To: kvm, linux-kernel, virtualization; +Cc: Asias He

This patchset implements bio-based IO path for virito-blk to improve
performance.

Fio test shows it gives, 28%, 24%, 21%, 16% IOPS boost and 32%, 17%, 21%, 16%
latency improvement for sequential read/write, random read/write respectively.

Asias He (2):
  block: Add blk_bio_map_sg() helper
  virtio-blk: Add bio-based IO path for virtio-blk

 block/blk-merge.c          |   63 ++++++++++++++
 drivers/block/virtio_blk.c |  203 +++++++++++++++++++++++++++++++++++---------
 include/linux/blkdev.h     |    2 +
 3 files changed, 228 insertions(+), 40 deletions(-)

-- 
1.7.10.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-14  8:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13  7:41 [PATCH RFC 0/2] Improve virtio-blk performance Asias He
2012-06-13  7:41 ` [PATCH RFC 1/2] block: Add blk_bio_map_sg() helper Asias He
2012-06-14  2:31   ` Tejun Heo
2012-06-14  2:57     ` Asias He
2012-06-14  7:29     ` Jens Axboe
2012-06-14  8:19       ` Asias He
2012-06-13  7:41 ` [PATCH RFC 2/2] virtio-blk: Add bio-based IO path for virtio-blk Asias He

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox