qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission
@ 2014-09-04 16:27 Ming Lei
  2014-09-04 16:27 ` [Qemu-devel] [PATCH v2 1/4] linux-aio: fix submit aio as a batch Ming Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ming Lei @ 2014-09-04 16:27 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, Paolo Bonzini, Stefan Hajnoczi,
	Kevin Wolf
  Cc: Benoît Canet

The 1st patch fixes batch submission.

The 2nd one fixes -EAGAIN for non-batch case.

The 3rd one is a cleanup.

The 4th one increase max event to 256 for supporting the comming
multi virt-queue.

This patchset is splitted from previous patchset(dataplane: optimization
and multi virtqueue support), as suggested by Stefan.

These patches have been running well in my box for weeks, and hope
they can be merged soon, and I have some patches which do depend them.

V2:
	- code style fix and commit log fix as suggested by Benoît Canet

V1:
	- rebase on latest QEMU master

 block/linux-aio.c |  131 +++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 103 insertions(+), 28 deletions(-)


Thanks,
--
Ming Lei

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

end of thread, other threads:[~2014-10-15 15:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 16:27 [Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission Ming Lei
2014-09-04 16:27 ` [Qemu-devel] [PATCH v2 1/4] linux-aio: fix submit aio as a batch Ming Lei
2014-09-09 14:53   ` Benoît Canet
2014-09-04 16:27 ` [Qemu-devel] [PATCH v2 2/4] linux-aio: handling -EAGAIN for !s->io_q.plugged case Ming Lei
2014-09-04 16:27 ` [Qemu-devel] [PATCH v2 3/4] linux-aio: remove 'node' from 'struct qemu_laiocb' Ming Lei
2014-09-04 16:27 ` [Qemu-devel] [PATCH v2 4/4] linux-aio: increase max event to 256 Ming Lei
2014-09-09 14:39 ` [Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission Ming Lei
2014-10-15 15:04 ` Ming Lei

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).