From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DCE84CE7 for ; Tue, 8 Mar 2016 09:09:25 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 00:09:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="929127004" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2016 00:09:21 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Mar 2016 00:09:10 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Mar 2016 00:09:10 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.24]) with mapi id 14.03.0248.002; Tue, 8 Mar 2016 16:08:43 +0800 From: "Wu, Jingjing" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v6 0/5] support E-tag offloading and forwarding on X550 Thread-Index: AQHReQdZH2dzSv5BlEmF/h9dJMqiEJ9PMRzw Date: Tue, 8 Mar 2016 08:08:43 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DD0383@SHSMSX104.ccr.corp.intel.com> References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> <1457420017-15345-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1457420017-15345-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 v6 0/5] support E-tag offloading and forwarding on X550 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, 08 Mar 2016 08:09:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, March 08, 2016 2:54 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v6 0/5] support E-tag offloading and forwardin= g > on X550 >=20 > This patch set adds the support of E-tag offloading and forwarding on X55= 0. > The offloading means E-tag can be inserted and stripped by HW. > And E-tag packets can be recognized and forwarded to specific pools based > on GRP and E-CID_base in E-tag. >=20 > E-tag is defined in IEEE802.1br. Please reference > http://www.ieee802.org/1/pages/802.1br.html. >=20 > v2: > - Add the introduction for E-tag. >=20 > v3: > - Add the hlep info for the new CLIs. > - Update the doc for testpmd. > - Update the E-tag insertion setting. >=20 > v4: > - Fix strippig is not working issue. > - Update the filter adding function. One filter for one tunnel entry. > - Update the release note to add some info about how to use this feature. >=20 > v5: > - Use macro for return value. > - Correct print info. >=20 > v6: > - Merge some rte ops. >=20 > Wenzhuo Lu (5): > ixgbe: select pool by MAC when using double VLAN > lib/librte_ether: support l2 tunnel operations > ixgbe: support l2 tunnel operations > app/testpmd: add CLIs for l2 tunnel config > app/testpmd: add CLIs for E-tag operation >=20 > app/test-pmd/cmdline.c | 677 > +++++++++++++++++++++++++++- > doc/guides/rel_notes/release_16_04.rst | 21 + > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 37 ++ > drivers/net/ixgbe/ixgbe_ethdev.c | 548 ++++++++++++++++++++++ > lib/librte_ether/rte_eth_ctrl.h | 9 + > lib/librte_ether/rte_ethdev.c | 102 +++++ > lib/librte_ether/rte_ethdev.h | 131 ++++++ > lib/librte_ether/rte_ether_version.map | 4 + > 8 files changed, 1528 insertions(+), 1 deletion(-) >=20 > Tested-by: Yong Liu > Acked-by: Shaopeng He >=20 Acked-by: Jingjing Wu > -- > 1.9.3