From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9687F1BBE for ; Wed, 8 Mar 2017 12:43:13 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 08 Mar 2017 03:43:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,262,1486454400"; d="scan'208";a="233668331" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.176.34]) ([10.254.176.34]) by fmsmga004.fm.intel.com with ESMTP; 08 Mar 2017 03:43:10 -0800 To: Beilei Xing , jingjing.wu@intel.com References: <1488525977-15321-7-git-send-email-beilei.xing@intel.com> <1488526784-16621-1-git-send-email-beilei.xing@intel.com> Cc: helin.zhang@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: <0ab8d0d5-2531-5edb-f82f-38436c562e06@intel.com> Date: Wed, 8 Mar 2017 11:43:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488526784-16621-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/5] 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: Wed, 08 Mar 2017 11:43:14 -0000 On 3/3/2017 7:39 AM, Beilei Xing wrote: > Add APIs and driver to support load/get > i40e PPP (Pipeline Personalization Profile) Can you please describe what is "Pipeline Personalisation Profile" is? If possible please provide some links to documents. And please feel free to update NIC document about these details. What are the use cases, what are the benefits of this feature? And can you please update release notes to announce about added feature? > since PPP will be supported from FVL6 NVM. > > v2 change: > Correct patch num. > > 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 <...>