[dpdk-dev] [PATCH v3 0/2] net/i40e: extended list of operations for ddp processing

Andrey Chilikin andrey.chilikin at intel.com
Tue Jun 27 15:35:11 CEST 2017


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/

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             | 87 ++++++++++++++++++++---------
 drivers/net/i40e/rte_pmd_i40e.h             |  6 +-
 4 files changed, 147 insertions(+), 27 deletions(-)

-- 
2.13.0



More information about the dev mailing list