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 E75B0C55C for ; Fri, 29 Jan 2016 08:16:22 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 28 Jan 2016 23:16:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,362,1449561600"; d="scan'208";a="903658110" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 28 Jan 2016 23:16:22 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 28 Jan 2016 23:16:21 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 28 Jan 2016 23:16:21 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.215]) by shsmsx102.ccr.corp.intel.com ([169.254.2.172]) with mapi id 14.03.0248.002; Fri, 29 Jan 2016 15:16:19 +0800 From: "Qiu, Michael" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC Thread-Index: AQHRWmNiys3sP2cjn0KklWMFyM2L+g== Date: Fri, 29 Jan 2016 07:16:19 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E6028622F260A3@SHSMSX101.ccr.corp.intel.com> References: <1454051035-25757-1-git-send-email-wenzhuo.lu@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 0/8] support E-tag offloading and forwarding on Intel X550 NIC 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, 29 Jan 2016 07:16:23 -0000 Hi, Wenzhuo=0A= =0A= Better to explain what E-tag is, so that reviewers could known it.=0A= =0A= Thanks,=0A= Michael=0A= =0A= On 1/29/2016 3:05 PM, Wenzhuo Lu wrote:=0A= > This patch set adds the support of E-tag offloading and forwarding=0A= > on X550.=0A= > The offloading means E-tag can be inserted and stripped by HW.=0A= > And E-tag packets can be recognized and forwarded to specific pools=0A= > based on GRP and E-CID_base in E-tag.=0A= >=0A= > Wenzhuo Lu (8):=0A= > ixgbe: select pool by MAC when using double VLAN=0A= > lib/librte_ether: support l2 tunnel config=0A= > ixgbe: support l2 tunnel config=0A= > app/testpmd: add CLIs for l2 tunnel config=0A= > lib/librte_ether: support new l2 tunnel operation=0A= > ixgbe: support l2 tunnel operation=0A= > app/testpmd: add CLIs for E-tag operation=0A= > doc: add release note for E-tag=0A= >=0A= > app/test-pmd/cmdline.c | 599 +++++++++++++++++++++++++++++= ++++++=0A= > doc/guides/rel_notes/release_2_3.rst | 6 +=0A= > drivers/net/ixgbe/ixgbe_ethdev.c | 507 +++++++++++++++++++++++++++++= =0A= > lib/librte_ether/rte_eth_ctrl.h | 9 +=0A= > lib/librte_ether/rte_ethdev.c | 239 ++++++++++++++=0A= > lib/librte_ether/rte_ethdev.h | 288 +++++++++++++++++=0A= > 6 files changed, 1648 insertions(+)=0A= >=0A= =0A=