From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zey1C-0005HN-Kz for qemu-devel@nongnu.org; Thu, 24 Sep 2015 00:20:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zey19-0006mJ-79 for qemu-devel@nongnu.org; Thu, 24 Sep 2015 00:20:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zey19-0006lW-1S for qemu-devel@nongnu.org; Thu, 24 Sep 2015 00:20:23 -0400 References: <1439891155-16011-1-git-send-email-shmulik.ladkani@ravellosystems.com> <20150903164533.GD18405@stefanha-thinkpad.redhat.com> <20150918091357.15d989dd@halley> From: Jason Wang Message-ID: <56037A00.9050408@redhat.com> Date: Thu, 24 Sep 2015 12:20:16 +0800 MIME-Version: 1.0 In-Reply-To: <20150918091357.15d989dd@halley> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] net/vmxnet3: Refine l2 header validation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shmulik Ladkani , Stefan Hajnoczi Cc: Dmitry Fleytman , idan.brown@ravellosystems.com, qemu-devel@nongnu.org, Dana Rubin On 09/18/2015 02:13 PM, Shmulik Ladkani wrote: > Hi, > > On Thu, 3 Sep 2015 17:45:34 +0100 Stefan Hajnoczi wrote: >> Thanks, applied to my net tree: >> https://github.com/stefanha/qemu/commits/net > For some reason, the patch isn't present on Stefan's last pull requests. > > Can you please verify this gets merged? > > Thanks, > Shmulik Applied in https://github.com/jasowang/qemu/commits/net Will be in next pull request. Thanks.