From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C7B8FC444 for ; Thu, 23 Jun 2016 13:18:43 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 23 Jun 2016 04:18:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,509,1459839600"; d="scan'208";a="981788932" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.161]) by orsmga001.jf.intel.com with SMTP; 23 Jun 2016 04:18:40 -0700 Received: by (sSMTP sendmail emulation); Thu, 23 Jun 2016 12:18:40 +0025 Date: Thu, 23 Jun 2016 12:18:40 +0100 From: Bruce Richardson To: Beilei Xing Cc: wenzhuo.lu@intel.com, dev@dpdk.org Message-ID: <20160623111839.GE5024@bricha3-MOBL3> References: <1464922705-2848-1-git-send-email-beilei.xing@intel.com> <1465888844-10902-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: <1465888844-10902-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] 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: Thu, 23 Jun 2016 11:18:44 -0000 On Tue, Jun 14, 2016 at 03:20:44PM +0800, Beilei Xing wrote: > The patch enables configuring the ether types of both inner and > outer VLANs. > This patch also changes the behaviour for configuring the ether type of a single vlan tag (as with the i40e patch we previously discussed). That must also be reflected in the commit message. /Bruce