On Thu, Nov 17, 2016 at 08:15:11AM -0600, Karl Rister wrote:
> I think these results look a bit more in line with expectations on the
> quick sniff test:
>
> QEMU_AIO_POLL_MAX_NS IOPs
>unset26,299
>125,929
>225,753
>
I think these results look a bit more in line with expectations on the
quick sniff test:
QEMU_AIO_POLL_MAX_NS IOPs
unset26,299
125,929
225,753
427,214
827,053
16
Hi,
Your series failed automatic build test. Please find the testing commands and
their output below. If you have docker installed, you can probably reproduce it
locally.
Type: series
Subject: [Qemu-devel] [PATCH v2 0/4] aio: experimental virtio-blk polling mode
Message-id: 1479318422-10979-1
v2:
* Uninitialized node->deleted gone [Fam]
* Removed 1024 polling loop iteration qemu_clock_get_ns() optimization which
created a weird step pattern [Fam]
* Unified with AioHandler, dropped AioPollHandler struct [Paolo]
(actually I think Paolo had more in mind but this is the first step)