From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCsgF-0007tD-H0 for qemu-devel@nongnu.org; Tue, 24 Nov 2009 05:31:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCsgB-0007rY-HA for qemu-devel@nongnu.org; Tue, 24 Nov 2009 05:31:31 -0500 Received: from [199.232.76.173] (port=46814 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCsgB-0007rU-Do for qemu-devel@nongnu.org; Tue, 24 Nov 2009 05:31:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32518) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCsgB-0002L4-9M for qemu-devel@nongnu.org; Tue, 24 Nov 2009 05:31:27 -0500 From: Mark McLoughlin In-Reply-To: <1259053593-15362-1-git-send-email-Pierre.Riteau@irisa.fr> References: <1259053593-15362-1-git-send-email-Pierre.Riteau@irisa.fr> Content-Type: text/plain; charset="UTF-8" Date: Tue, 24 Nov 2009 10:28:41 +0000 Message-Id: <1259058521.8935.21.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Fix TAP networking on host kernels without IFF_VNET_HDR support Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pierre Riteau Cc: qemu-devel@nongnu.org On Tue, 2009-11-24 at 10:06 +0100, Pierre Riteau wrote: > vnet_hdr is initialized at 1 by default. We need to reset it to 0 if > the kernel doesn't support IFF_VNET_HDR. > > Signed-off-by: Pierre Riteau Thanks Pierre, I see why this is needed now Acked-by: Mark McLoughlin Cheers, Mark.