[dpdk-dev,v3,3/3] doc: add new ddp get info command

Message ID 1497605116-32133-4-git-send-email-andrey.chilikin@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

Chilikin, Andrey June 16, 2017, 9:25 a.m. UTC
  This patch adds description of new command for dynamic device
personalization profiles: ddp get info (profile_path)

Signed-off-by: Andrey Chilikin <andrey.chilikin@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 0e50c1071..c982cd895 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 info
+~~~~~~~~~~~~
+
+Display information about dynamic device personalization profile::
+
+   testpmd> ddp get info (profile_patch)
+
 show vf stats
 ~~~~~~~~~~~~~