From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6F307C582 for ; Fri, 24 Jun 2016 14:09:16 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 24 Jun 2016 05:09:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,520,1459839600"; d="scan'208";a="1004441267" Received: from singalsu-mobl4.ger.corp.intel.com ([10.252.31.226]) by orsmga002.jf.intel.com with SMTP; 24 Jun 2016 05:09:13 -0700 Received: by (sSMTP sendmail emulation); Fri, 24 Jun 2016 13:09:12 +0025 Date: Fri, 24 Jun 2016 13:09:12 +0100 From: Bruce Richardson To: Beilei Xing Cc: jingjing.wu@intel.com, dev@dpdk.org Message-ID: <20160624120911.GK13456@bricha3-MOBL3> References: <1465805012-2907-1-git-send-email-beilei.xing@intel.com> <1466564031-3614-1-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466564031-3614-1-git-send-email-beilei.xing@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] i40e: fix the type issue of a single VLAN type 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, 24 Jun 2016 12:09:16 -0000 On Wed, Jun 22, 2016 at 10:53:51AM +0800, Beilei Xing wrote: > In current i40e codebase, if single VLAN header is added in a packet, > it's treated as inner VLAN. Generally, a single VLAN header is > treated as the outer VLAN header. So change corresponding register > for single VLAN. > > Fixes: 19b16e2f6442 ("ethdev: add vlan type when setting ether type") > > Signed-off-by: Beilei Xing Applied to dpdk-next-net/rel_16_07 /Bruce