From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2BS-0005rN-F2 for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:23:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK2BJ-000565-Ve for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:23:26 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:56919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2BJ-00055c-Kk for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:23:17 -0400 Received: by mail-ea0-f171.google.com with SMTP id n15so5161774ead.16 for ; Thu, 12 Sep 2013 01:23:16 -0700 (PDT) Date: Thu, 12 Sep 2013 10:23:14 +0200 From: Stefan Hajnoczi Message-ID: <20130912082314.GE1965@stefanha-thinkpad.redhat.com> References: <1378815587-21432-1-git-send-email-v.maffione@gmail.com> <20130911083917.GA5904@stefanha-thinkpad.muc.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2] e1000: NetClientInfo.receive_iov implemented List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vincenzo Maffione Cc: Stefan Hajnoczi , "Michael S. Tsirkin" , Jason Wang , qemu-devel@nongnu.org, anthony@codemonkey.ws, Paolo Bonzini , Giuseppe Lettieri , Luigi Rizzo On Wed, Sep 11, 2013 at 12:57:58PM +0200, Vincenzo Maffione wrote: > Thanks for the help! > > Actually I've found out that the variable "copied" I use in this patch can > be removed, we can simply increment the variable "ba" instead (ba += > iov_copy). > > I have the patch v3 to do that ready. Do you think it is worth sending it? Yep, that would be good. I'll replace the patch with v3. Stefan