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 902D3C44C for ; Thu, 16 Jun 2016 08:58:25 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 15 Jun 2016 23:58:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,478,1459839600"; d="scan'208";a="122853874" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 15 Jun 2016 23:58:22 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Jun 2016 23:58:21 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Jun 2016 23:58:20 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Thu, 16 Jun 2016 14:57:46 +0800 From: "Lu, Wenzhuo" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] e1000: configure VLAN TPID Thread-Index: AQHRx31k3BiubX6yR0SqUIwZyKANaJ/rqabw Date: Thu, 16 Jun 2016 06:57:45 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090348705A@shsmsx102.ccr.corp.intel.com> References: <1464922755-2888-1-git-send-email-beilei.xing@intel.com> <1466046930-11021-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1466046930-11021-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] e1000: 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, 16 Jun 2016 06:58:26 -0000 Hi, > -----Original Message----- > From: Xing, Beilei > Sent: Thursday, June 16, 2016 11:16 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v3] e1000: configure VLAN TPID >=20 > This patch enables configuring the outer TPID for double VLAN. > Note that outer TPID of single VLAN and inner TPID of double VLAN are rea= d > only. >=20 > Signed-off-by: Beilei Xing Acked-by: Wenzhuo Lu