From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 11E2D592A for ; Mon, 15 Feb 2016 10:39:53 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 15 Feb 2016 01:39:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,449,1449561600"; d="scan'208";a="902807489" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga001.fm.intel.com with ESMTP; 15 Feb 2016 01:39:52 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 15 Feb 2016 09:39:48 +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; Mon, 15 Feb 2016 09:39:48 +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: AQHRXYcHgRXdDvvdo0urol1xYFTxqp8ofQiAgAPmToCAAIsccA== Date: Mon, 15 Feb 2016 09:39:47 +0000 Message-ID: References: <1454051035-25757-1-git-send-email-wenzhuo.lu@intel.com> <1454396225-11784-1-git-send-email-wenzhuo.lu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09090342A86B@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09090342A86B@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzc0MDYwZmUtMGYyYS00OTE4LWI0NmItNzllNDdjNjI1ODFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InpjYnlIY3NGRzNVZ21rUVJyXC91K1VIODZtZDhiXC9QekN0RE50UzhPeDlVWT0ifQ== 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: Mon, 15 Feb 2016 09:39:54 -0000 Hi, > -----Original Message----- > From: Lu, Wenzhuo > Sent: Monday, February 15, 2016 1:21 AM > To: De Lara Guarch, Pablo; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 0/7] support E-tag offloading and > forwarding on Intel X550 NIC >=20 > Hi Pablo, >=20 > > -----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 > forwarding > > on Intel X550 NIC > > > > 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 > > > 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 > > > > 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? >=20 That's correct. Thanks! > > (and rebase your patchset, to include the new release_16_04.rst file)