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 AF7472C31 for ; Fri, 3 Mar 2017 08:27:30 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2017 23:27:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,235,1484035200"; d="scan'208";a="830441986" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by FMSMGA003.fm.intel.com with ESMTP; 02 Mar 2017 23:27:28 -0800 From: Beilei Xing To: jingjing.wu@intel.com Cc: helin.zhang@intel.com, dev@dpdk.org Date: Fri, 3 Mar 2017 15:26:11 +0800 Message-Id: <1488525977-15321-7-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1488525977-15321-1-git-send-email-beilei.xing@intel.com> References: <1488525977-15321-1-git-send-email-beilei.xing@intel.com> Subject: [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:27:31 -0000 Add APIs and driver to support load/get i40e PPP (Pipeline Personalization Profile) since PPP will be supported from FVL6 NVM. 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 Rami Rosen (1): net/i40e: fix a typo in flow 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(-) -- 2.5.5