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

Beilei Xing beilei.xing at intel.com
Fri Jun 16 04:43:35 CEST 2017


Add testpmd commands for loading DDP package and getting
loaded DDP info list.

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

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
 ~~~~~~~~~~~~~
 
-- 
2.5.5



More information about the dev mailing list