Re: [Qemu-devel] [PATCH v3 0/3] linux-aio: introduce submit I/O at batch

2014-07-01 Thread Paolo Bonzini
Il 01/07/2014 18:35, Ming Lei ha scritto: 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 at batch is removed. This patchset trys to introduce this mechanism on block,

[Qemu-devel] [PATCH v3 0/3] linux-aio: introduce submit I/O at batch

2014-07-01 Thread Ming Lei
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 at batch is removed. This patchset trys to introduce this mechanism on block, at least, linux-aio can benefit from that.