Re: [Qemu-devel] [PATCH v4 0/3] linux-aio: fix batch submission

2014-11-24 Thread Paolo Bonzini
On 24/11/2014 12:31, Ming Lei wrote: > The 1st patch fixes batch submission. > > The 2nd one fixes -EAGAIN for non-batch case. > > The 3rd one is a cleanup. > > This patchset is splitted from previous patchset(dataplane: optimization > and multi virtqueue support), as suggested by Stefan. Jus

[Qemu-devel] [PATCH v4 0/3] linux-aio: fix batch submission

2014-11-24 Thread Ming Lei
The 1st patch fixes batch submission. The 2nd one fixes -EAGAIN for non-batch case. The 3rd one is a cleanup. This patchset is splitted from previous patchset(dataplane: optimization and multi virtqueue support), as suggested by Stefan. V4: - abort reuqests in BH to abvoid potential "Co