qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] linux-aio: introduce submit I/O as a batch
@ 2014-07-02 12:18 Ming Lei
  2014-07-02 12:18 ` [Qemu-devel] [PATCH v4 1/3] block: block: introduce APIs for submitting IO as Ming Lei
                   ` (4 more replies)
  0 siblings, 5 replies; 26+ messages in thread
From: Ming Lei @ 2014-07-02 12:18 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel, Paolo Bonzini, Stefan Hajnoczi
  Cc: Kevin Wolf, Fam Zheng, Michael S. Tsirkin

Hi,

The commit 580b6b2aa2(dataplane: use the QEMU block layer for I/O)
introduces ~40% throughput regression on virtio-blk dataplane, and
one of causes is that submitting I/O as a batch is removed.

This patchset trys to introduce this mechanism on block, at least,
linux-aio can benefit from that.

With these patches, it is observed that thoughout on virtio-blk
dataplane can be improved a lot, see data in commit log of patch
3/3.

It should be possible to apply the batch mechanism to other devices
(such as virtio-scsi) too.

TODO:
	- support queuing I/O to multi files which need lots of change
    to linux-aio for scsi devies

V4:
	- support other non-raw formats with under-optimized performance
    - use reference counter for plug & unplug
    - flush io queue before sending flush command

V3:
	- only support submitting I/O as a batch for raw format, pointed by
    Kevin

V2:
	- define return value of bdrv_io_unplug as void, suggested by Paolo
	- avoid busy-wait for handling io_submit
V1:
	- move queuing io stuff into linux-aio.c as suggested by Paolo


Thanks,
--
Ming Lei

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

end of thread, other threads:[~2014-07-04  9:21 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02 12:18 [Qemu-devel] [PATCH v4 0/3] linux-aio: introduce submit I/O as a batch Ming Lei
2014-07-02 12:18 ` [Qemu-devel] [PATCH v4 1/3] block: block: introduce APIs for submitting IO as Ming Lei
2014-07-02 12:46   ` Eric Blake
2014-07-03  9:40   ` Kevin Wolf
2014-07-02 12:18 ` [Qemu-devel] [PATCH v4 2/3] linux-aio: implement io plug, unplug and flush io queue Ming Lei
2014-07-03  9:40   ` Kevin Wolf
2014-07-03  9:51     ` Ming Lei
2014-07-03 10:04       ` Paolo Bonzini
2014-07-03 10:45         ` Ming Lei
2014-07-03 10:50           ` Paolo Bonzini
2014-07-03 11:31             ` Ming Lei
2014-07-03 10:22       ` Kevin Wolf
2014-07-03 10:24         ` Ming Lei
2014-07-03 10:30           ` Kevin Wolf
2014-07-03 12:24   ` Stefan Hajnoczi
2014-07-04  9:18     ` Ming Lei
2014-07-04  9:21       ` Ming Lei
2014-07-02 12:18 ` [Qemu-devel] [PATCH v4 3/3] dataplane: submit I/O as a batch Ming Lei
2014-07-03  9:44   ` Kevin Wolf
2014-07-03  9:49     ` Paolo Bonzini
2014-07-03 10:18       ` Kevin Wolf
2014-07-03 12:35   ` Stefan Hajnoczi
2014-07-03 12:37   ` Stefan Hajnoczi
2014-07-03 12:47     ` Ming Lei
2014-07-03  9:25 ` [Qemu-devel] [PATCH v4 0/3] linux-aio: introduce " Kevin Wolf
2014-07-03 12:36 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).