From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2017 13:00:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,334,1493708400"; d="scan'208";a="97223071" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga004.jf.intel.com with ESMTP; 12 Jun 2017 13:00:44 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id v5CK0iqc007293; Mon, 12 Jun 2017 21:00:44 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id v5CK0iU8032410; Mon, 12 Jun 2017 21:00:44 +0100 Received: (from achiliki@localhost) by sivswdev01.ir.intel.com with œ id v5CK0hYV032405; Mon, 12 Jun 2017 21:00:43 +0100 From: Andrey Chilikin To: dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com, Andrey Chilikin Date: Mon, 12 Jun 2017 21:00:24 +0100 Message-Id: <1497297626-32014-1-git-send-email-andrey.chilikin@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] net/i40e: get information about ddp 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: Mon, 12 Jun 2017 20:00:48 -0000 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