On Tue, Apr 02, 2013 at 02:02:54AM +0000, Zhangleiqiang wrote:
>       I have also finished the perf testing under Fedora 17 using IOZone, and 
> the results also shown that the performance of disk with dataplane enabled 
> did not have advantage over non-dataplane.

virtio-blk data plane is a win for parallel I/O workloads (that means
iodepth > 1).  The advantage becomes clearer with SMP guests.

In other words the big advantage is that data plane processes requests
without blocking the QEMU main loop or vCPU threads.

If your guest has 1 vCPU and/or your benchmarks only do a single stream
of I/O requests, then the difference may not be measurable.

Stefan

Reply via email to