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 EEB5C2A5E for ; Fri, 3 Mar 2017 08:52:33 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2017 23:52:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,235,1484035200"; d="scan'208";a="63853299" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 02 Mar 2017 23:52:32 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 2 Mar 2017 23:52:32 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 2 Mar 2017 23:52:31 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Fri, 3 Mar 2017 15:52:29 +0800 From: "Xing, Beilei" To: "Xing, Beilei" , "Wu, Jingjing" CC: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/6] net/i40e: support pipeline personalization profile Thread-Index: AQHSk+/b8tJV6PF+fUGXap8CezdSDKGCvQ1w Date: Fri, 3 Mar 2017 07:52:28 +0000 Message-ID: <94479800C636CB44BD422CB454846E01315A47F9@SHSMSX101.ccr.corp.intel.com> References: <1488525977-15321-1-git-send-email-beilei.xing@intel.com> <1488525977-15321-7-git-send-email-beilei.xing@intel.com> In-Reply-To: <1488525977-15321-7-git-send-email-beilei.xing@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/6] net/i40e: support pipeline personalization profile X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 07:52:34 -0000 Sorry for the mistake for the patch thread, which includes other irrelevant= patches.=20 Please ignore these patches, and just focus on the PPP v2 patchset. Sorry for any inconvenient. Thanks Beilei > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Friday, March 3, 2017 3:26 PM > To: Wu, Jingjing > Cc: Zhang, Helin ; dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/6] net/i40e: support pipeline personalizatio= n > profile >=20 > Add APIs and driver to support load/get > i40e PPP (Pipeline Personalization Profile) since PPP will be supported f= rom > FVL6 NVM. >=20 > Beilei Xing (5): > net/i40e: support pipeline personalization profile > net/i40e: add ppp processing > app/testpmd: add command for writing personalization profile > net/i40e: add get all loaded profiles > app/testpmd: add command for getting loaded profiles >=20 > Rami Rosen (1): > net/i40e: fix a typo in flow >=20 > app/test-pmd/cmdline.c | 121 +++++++++++++++ > app/test-pmd/config.c | 54 +++++++ > app/test-pmd/testpmd.h | 4 + > drivers/net/i40e/i40e_ethdev.c | 332 > ++++++++++++++++++++++++++++++++++++++++ > drivers/net/i40e/i40e_ethdev.h | 132 ++++++++++++++++ > drivers/net/i40e/i40e_flow.c | 6 +- > drivers/net/i40e/rte_pmd_i40e.h | 14 ++ > 7 files changed, 660 insertions(+), 3 deletions(-) >=20 > -- > 2.5.5