From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v4] ixgbe: configure VLAN TPID Date: Fri, 24 Jun 2016 17:34:13 +0100 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 Cc: wenzhuo.lu@intel.com, dev@dpdk.org To: Beilei Xing 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) Content-Disposition: inline In-Reply-To: <1466694718-28499-1-git-send-email-beilei.xing@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 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