Re: [Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission

2014-10-15 Thread Ming Lei
Hi Stefan and Guys, On Thu, Sep 4, 2014 at 6:27 PM, Ming Lei wrote: > 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

Re: [Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission

2014-09-09 Thread Ming Lei
Hi Paolo, Stefan and Kevin, On Fri, Sep 5, 2014 at 12:27 AM, Ming Lei wrote: > 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 pa

[Qemu-devel] [PATCH v2 0/4] linux-aio: fix batch submission

2014-09-04 Thread Ming Lei
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),