From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B61EB95D5 for ; Fri, 12 Feb 2016 14:50:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 12 Feb 2016 05:50:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,436,1449561600"; d="scan'208";a="651236167" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 12 Feb 2016 05:50:05 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 12 Feb 2016 13:50:05 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.102]) by irsmsx112.ger.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0248.002; Fri, 12 Feb 2016 13:50:04 +0000 From: "De Lara Guarch, Pablo" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/7] support E-tag offloading and forwarding on Intel X550 NIC Thread-Index: AQHRXYcHgRXdDvvdo0urol1xYFTxqp8ofQiA Date: Fri, 12 Feb 2016 13:50:04 +0000 Message-ID: References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> <1454396225-11784-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1454396225-11784-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWNhNzE0MTQtMTVkYy00M2I3LTllNzAtMTkyOGYyMWQwNDAzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNlOHJ0bWQzcDBqek9ZV2QyXC9qWTN3R1BNSFBva3BqUllqdTBYSWpXY3RvPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] 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: Fri, 12 Feb 2016 13:50:24 -0000 Hi Wenzhuo, > -----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 forwardin= g > on Intel X550 NIC >=20 > 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. >=20 > 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 >=20 > 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(+) >=20 > -- > 1.9.3 Could you add the new commands in testpmd documentation? (and rebase your patchset, to include the new release_16_04.rst file)