From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2017 01:15:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,274,1496127600"; d="scan'208";a="279506807" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 28 Jun 2017 01:15:29 -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 v5S8FT7M013592; Wed, 28 Jun 2017 09:15:29 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id v5S8FT5g013718; Wed, 28 Jun 2017 09:15:29 +0100 Received: (from achiliki@localhost) by sivswdev01.ir.intel.com with LOCAL id v5S8FTdX013714; Wed, 28 Jun 2017 09:15:29 +0100 From: Andrey Chilikin To: dev@dpdk.org Cc: beilei.xing@intel.com, jingjing.wu@intel.com, Andrey Chilikin Date: Wed, 28 Jun 2017 09:15:25 +0100 Message-Id: <1498637727-11868-1-git-send-email-andrey.chilikin@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1495901077-11845-1-git-send-email-andrey.chilikin@intel.com> References: <1495901077-11845-1-git-send-email-andrey.chilikin@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] net/i40e: extended list of operations for ddp processing 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: Wed, 28 Jun 2017 08:15:32 -0000 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