From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 004D547D2 for ; Fri, 3 Jun 2016 05:34:11 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 02 Jun 2016 20:33:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,409,1459839600"; d="scan'208";a="115258034" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 02 Jun 2016 20:33:55 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 2 Jun 2016 20:33:55 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.220]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.193]) with mapi id 14.03.0248.002; Fri, 3 Jun 2016 11:33:53 +0800 From: "Lu, Wenzhuo" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] ixgbe: configure VLAN TPID Thread-Index: AQHRvUPcj1c7/utKt0mMAyxICbiQBZ/XFtgQ Date: Fri, 3 Jun 2016 03:33:52 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090903478B4B@shsmsx102.ccr.corp.intel.com> References: <1461229023-19000-1-git-send-email-beilei.xing@intel.com> <1464922705-2848-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1464922705-2848-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 v2] 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, 03 Jun 2016 03:34:12 -0000 Hi, > -----Original Message----- > From: Xing, Beilei > Sent: Friday, June 3, 2016 10:58 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v2] ixgbe: configure VLAN TPID >=20 > The patch enables configuring the ether types of both inner and outer VLA= Ns. >=20 > Signed-off-by: Beilei Xing Acked-by: Wenzhuo Lu