From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] i40e: fix vlan stripping from inner header Date: Fri, 6 May 2016 15:59:00 +0100 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 Cc: helin.zhang@intel.com, andrey.chilikin@intel.com, dev@dpdk.org To: Jingjing Wu 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) Content-Disposition: inline In-Reply-To: <1462340545-15193-1-git-send-email-jingjing.wu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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