From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E9C643005 for ; Mon, 15 Feb 2016 02:21:32 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 14 Feb 2016 17:21:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,448,1449561600"; d="scan'208";a="914955044" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 14 Feb 2016 17:21:31 -0800 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; Sun, 14 Feb 2016 17:21:31 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 14 Feb 2016 17:21:31 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.117]) with mapi id 14.03.0248.002; Mon, 15 Feb 2016 09:21:29 +0800 From: "Lu, Wenzhuo" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/7] support E-tag offloading and forwarding on Intel X550 NIC Thread-Index: AQHRXYcDD4rvxs76B0uo3wAg5s76CZ8n92IAgARqWcA= Date: Mon, 15 Feb 2016 01:21:29 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090342A86B@shsmsx102.ccr.corp.intel.com> References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> <1454396225-11784-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: 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 0/7] 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: Mon, 15 Feb 2016 01:21:33 -0000 Hi Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, February 12, 2016 9:50 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 0/7] support E-tag offloading and forwa= rding > on Intel X550 NIC >=20 > Hi Wenzhuo, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > > Sent: Tuesday, February 02, 2016 6:57 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v2 0/7] support E-tag offloading and > > forwarding on Intel X550 NIC > > > > This patch set adds the support of E-tag offloading and forwarding on > > X550. > > 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. > > > > Wenzhuo Lu (7): > > ixgbe: select pool by MAC when using double VLAN > > lib/librte_ether: support l2 tunnel config > > ixgbe: support l2 tunnel config > > app/testpmd: add CLIs for l2 tunnel config > > lib/librte_ether: support new l2 tunnel operation > > ixgbe: support l2 tunnel operation > > app/testpmd: add CLIs for E-tag operation > > > > app/test-pmd/cmdline.c | 599 > > +++++++++++++++++++++++++++++++++++ > > doc/guides/rel_notes/release_2_3.rst | 6 + > > drivers/net/ixgbe/ixgbe_ethdev.c | 507 > > +++++++++++++++++++++++++++++ > > lib/librte_ether/rte_eth_ctrl.h | 9 + > > lib/librte_ether/rte_ethdev.c | 239 ++++++++++++++ > > lib/librte_ether/rte_ethdev.h | 288 +++++++++++++++++ > > 6 files changed, 1648 insertions(+) > > > > -- > > 1.9.3 >=20 > Could you add the new commands in testpmd documentation? Thanks for the reminder. Just to confirm that the testpmd documentation you= mentioned is doc/guides/testpmd_app_ug/testpmd_funcs.rst, right? > (and rebase your patchset, to include the new release_16_04.rst file)