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 D997869FD for ; Tue, 14 Jun 2016 09:53:19 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 14 Jun 2016 00:53:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="975182295" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 14 Jun 2016 00:53:18 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 14 Jun 2016 00:53:18 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 14 Jun 2016 00:53:13 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.181]) with mapi id 14.03.0248.002; Tue, 14 Jun 2016 15:53:13 +0800 From: "Lu, Wenzhuo" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] ixgbe: configure VLAN TPID Thread-Index: AQHRxg1O8WmQL3u/CkGtWHRP8GoCg5/ol1TA Date: Tue, 14 Jun 2016 07:53:12 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090903485C91@shsmsx102.ccr.corp.intel.com> References: <1464922705-2848-1-git-send-email-beilei.xing@intel.com> <1465888844-10902-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1465888844-10902-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 14 Jun 2016 07:53:20 -0000 Hi, > -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, June 14, 2016 3:21 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v3] ixgbe: configure VLAN TPID >=20 > The patch enables configuring the ether types of both inner and outer > VLANs. >=20 > Signed-off-by: Beilei Xing Acked-by: Wenzhuo Lu