From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A561A1BBE for ; Fri, 6 May 2016 16:59:09 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 06 May 2016 07:59:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,587,1455004800"; d="scan'208";a="947661353" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.75]) by orsmga001.jf.intel.com with SMTP; 06 May 2016 07:59:00 -0700 Received: by (sSMTP sendmail emulation); Fri, 06 May 2016 15:59:00 +0025 Date: Fri, 6 May 2016 15:59:00 +0100 From: Bruce Richardson To: Jingjing Wu Cc: helin.zhang@intel.com, andrey.chilikin@intel.com, dev@dpdk.org Message-ID: <20160506145859.GD8880@bricha3-MOBL3> References: <1462340545-15193-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462340545-15193-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] i40e: fix vlan stripping from inner header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 14:59:10 -0000 On Wed, May 04, 2016 at 01:42:25PM +0800, Jingjing Wu wrote: > Previously, for tunnel packets, such as VXLAN/NVGRE, the vlan > tags of the inner header will be stripped without putting vlan > info to descriptor, what is not expected behaviour. > This patch fixes it by changing hardware configuration to leave > the inner packet alone. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Fixes: a778a1fa2e4e ("i40e: set up and initialize flow director") > Signed-off-by: Jingjing Wu Applied for dpdk-next-net/rel_16_07 /Bruce