From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C3541C582 for ; Fri, 24 Jun 2016 18:34:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 24 Jun 2016 09:34:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,521,1459839600"; d="scan'208";a="1009013402" Received: from singalsu-mobl4.ger.corp.intel.com ([10.252.31.226]) by fmsmga002.fm.intel.com with SMTP; 24 Jun 2016 09:34:14 -0700 Received: by (sSMTP sendmail emulation); Fri, 24 Jun 2016 17:34:14 +0025 Date: Fri, 24 Jun 2016 17:34:13 +0100 From: Bruce Richardson To: Beilei Xing Cc: wenzhuo.lu@intel.com, dev@dpdk.org Message-ID: <20160624163413.GM13456@bricha3-MOBL3> References: <1465888844-10902-1-git-send-email-beilei.xing@intel.com> <1466694718-28499-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: <1466694718-28499-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 v4] ixgbe: configure VLAN TPID 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 16:34:18 -0000 On Thu, Jun 23, 2016 at 11:11:58PM +0800, Beilei Xing wrote: > Previously, a single VLAN header is treated as inner VLAN, > but generally, a single VLAN header is treated as the outer > VLAN header. > The patch fixes the ether type of a single VLAN type, and > enables configuring inner and outer TPID for double 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