From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: Re: [PATCH net-next v2 1/3] openvswitch: normalize vlan rx path Date: Wed, 5 Oct 2016 19:23:19 +0200 Message-ID: <20161005192319.713d92e1@griffin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "netdev@vger.kernel.org" , pravin shelar , Eric Garver To: Eyal Birger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46712 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754187AbcJERX0 (ORCPT ); Wed, 5 Oct 2016 13:23:26 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 5 Oct 2016 17:18:08 +0300, Eyal Birger wrote: > I think at this point, 'eth' may point to a freed packet. It may but how does that matter? eth is not used beyond that point. Jiri