From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Chilikin Subject: [PATCH v4 0/2] net/i40e: extended list of operations for ddp processing Date: Wed, 28 Jun 2017 09:15:25 +0100 Message-ID: <1498637727-11868-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 mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 606872BE1 for ; Wed, 28 Jun 2017 10:15:31 +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 patch 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/ v4: - code style fixed in rte_pmd_i40e.c v3: - move testpmd updates to 'ddp add' command to a separate patch http://dpdk.org/dev/patchwork/patch/25779/ 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 | 74 +++++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ drivers/net/i40e/rte_pmd_i40e.c | 86 ++++++++++++++++++++--------- drivers/net/i40e/rte_pmd_i40e.h | 6 +- 4 files changed, 146 insertions(+), 27 deletions(-) -- 2.13.0