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