From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xss0C-0001cN-3X for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:40:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xss03-0007l8-3W for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:40:20 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:35442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xss02-0007kl-K7 for qemu-devel@nongnu.org; Mon, 24 Nov 2014 06:40:11 -0500 Received: by mail-wg0-f54.google.com with SMTP id l2so1463091wgh.27 for ; Mon, 24 Nov 2014 03:40:10 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54731917.1070708@redhat.com> Date: Mon, 24 Nov 2014 12:40:07 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1416828693-30767-1-git-send-email-ming.lei@canonical.com> In-Reply-To: <1416828693-30767-1-git-send-email-ming.lei@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/3] linux-aio: fix batch submission List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ming Lei , qemu-devel 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. Just a couple comments. I think v5 will be okay. Paolo