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 98547D592 for ; Fri, 3 Mar 2017 08:40:57 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 02 Mar 2017 23:40:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,235,1484035200"; d="scan'208";a="55372953" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by orsmga002.jf.intel.com with ESMTP; 02 Mar 2017 23:40:55 -0800 From: Beilei Xing To: jingjing.wu@intel.com Cc: helin.zhang@intel.com, dev@dpdk.org Date: Fri, 3 Mar 2017 15:39:39 +0800 Message-Id: <1488526784-16621-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1488525977-15321-7-git-send-email-beilei.xing@intel.com> References: <1488525977-15321-7-git-send-email-beilei.xing@intel.com> Subject: [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: Fri, 03 Mar 2017 07:40:58 -0000 Add APIs and driver to support load/get i40e PPP (Pipeline Personalization Profile) 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 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/rte_pmd_i40e.h | 14 ++ 6 files changed, 657 insertions(+) -- 2.5.5