[dpdk-dev] doc: add testpmd commands for DDP

Message ID 1497581015-30758-1-git-send-email-beilei.xing@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Xing, Beilei June 16, 2017, 2:43 a.m. UTC
  Add testpmd commands for loading DDP package and getting
loaded DDP info list.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
  

Comments

Ferruh Yigit June 16, 2017, 12:10 p.m. UTC | #1
On 6/16/2017 3:43 AM, Beilei Xing wrote:
> Add testpmd commands for loading DDP package and getting
> loaded DDP info list.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>

Applied to dpdk-next-net/master, thanks.

(Abbreviation DDP extended in document)
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 0e50c10..69ddd05 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -380,6 +380,13 @@  For example::
    testpmd> read txd 0 0 4
         0x00000001 - 0x24C3C440 / 0x000F0000 - 0x2330003C
 
+ddp get list
+~~~~~~~~~~~~
+
+Get loaded DDP package info list::
+
+   testpmd> ddp get list (port_id)
+
 show vf stats
 ~~~~~~~~~~~~~
 
@@ -1211,6 +1218,13 @@  Add an E-tag forwarding filter on a port::
 Delete an E-tag forwarding filter on a port::
    testpmd> E-tag set filter del e-tag-id (value) port (port_id)
 
+ddp add
+~~~~~~~
+
+Load a dynamic device personalization package::
+
+   testpmd> ddp add (port_id) (package_path)
+
 ptype mapping
 ~~~~~~~~~~~~~