From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Chilikin Subject: [PATCH v2 0/2] net/i40e: get information about ddp profile Date: Mon, 12 Jun 2017 21:00:24 +0100 Message-ID: <1497297626-32014-1-git-send-email-andrey.chilikin@intel.com> References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> Cc: beilei.xing@intel.com, jingjing.wu@intel.com, Andrey Chilikin To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 14A3D2BB9 for ; Mon, 12 Jun 2017 22:00:47 +0200 (CEST) In-Reply-To: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch adds ability to request information about dynamic device personalization profile v2: Add rte_pmd_i40e_get_ddp_info() function to i40e version map Add CL to test-pmd for getting information about profile Andrey Chilikin (2): net/i40e: get information about ddp profile app/testpmd: enable ddp get info feature app/test-pmd/cmdline.c | 131 ++++++++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.c | 163 +++++++++++++++++++++++++++++- drivers/net/i40e/rte_pmd_i40e.h | 46 +++++++++ drivers/net/i40e/rte_pmd_i40e_version.map | 7 ++ 4 files changed, 343 insertions(+), 4 deletions(-) -- 2.13.0