From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Chilikin Subject: [PATCH v2 0/2] net/i40e: extended list of operations for ddp processing Date: Tue, 27 Jun 2017 09:18:10 +0100 Message-ID: <1498551492-17214-1-git-send-email-andrey.chilikin@intel.com> References: <1495901077-11845-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 mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A426A2C8 for ; Tue, 27 Jun 2017 10:18:19 +0200 (CEST) In-Reply-To: <1495901077-11845-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 patchset adds two new operations for dynamic device personalisation: * remove already loaded profile and delete it from the list * write profile without registering it This patchset depends on: [PATCH v2 00/16] net/i40e: base code update http://dpdk.org/ml/archives/dev/2017-June/068732.html http://dpdk.org/dev/patchwork/patch/25705/ v2: - Local static functions replaced by corresponding new functions in i40e base code - Test-pmd command added Andrey Chilikin (2): net/i40e: extended list of operations for ddp processing app/testpmd: enable ddp remove profile feature app/test-pmd/cmdline.c | 103 ++++++++++++++++++++++++++-- app/test-pmd/config.c | 21 ++++++ app/test-pmd/testpmd.h | 1 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 ++ drivers/net/i40e/rte_pmd_i40e.c | 87 ++++++++++++++++------- drivers/net/i40e/rte_pmd_i40e.h | 6 +- 6 files changed, 191 insertions(+), 34 deletions(-) -- 2.13.0