]> git.droids-corp.org - dpdk.git/commitdiff
app/testpmd: add description of queue info command
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Mon, 2 Nov 2015 13:49:05 +0000 (13:49 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 03:14:59 +0000 (04:14 +0100)
Fixes: ab3257e13dc4 ("app/testpmd: add command to display queue info")
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/test-pmd/cmdline.c
doc/guides/testpmd_app_ug/testpmd_funcs.rst

index 7187cd85b3ee236968f01e4e8ca1e60e540e90cb..73298c94ea3f7099a553a69b4d5b3c25fa69233b 100644 (file)
@@ -199,6 +199,9 @@ static void cmd_help_long_parsed(void *parsed_result,
                        "clear port (info|stats|xstats|fdir|stat_qmap) (port_id|all)\n"
                        "    Clear information for port_id, or all.\n\n"
 
+                       "show (rxq|txq) info (port_id) (queue_id)\n"
+                       "    Display information for configured RX/TX queue.\n\n"
+
                        "show config (rxtx|cores|fwd|txpkts)\n"
                        "    Display the given configuration.\n\n"
 
index 44cb9658537b7ac9cfc06464afdf6ba32c6b86e9..a520cc509cceb0be997d31f3157b131c0ac6dfab 100644 (file)
@@ -205,6 +205,13 @@ For example::
 
    testpmd> clear port stats all
 
+show (rxq|txq)
+~~~~~~~~~~~~~~
+
+Display information for a given port's RX/TX queue::
+
+   testpmd> show (rxq|txq) info (port_id) (queue_id)
+
 show config
 ~~~~~~~~~~~