app/testpmd: add description of queue info command
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index 44cb965..a520cc5 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
 ~~~~~~~~~~~