X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Ftestpmd_app_ug%2Ftestpmd_funcs.rst;h=a520cc509cceb0be997d31f3157b131c0ac6dfab;hb=57ccb278088fae9edc664893037e35cec8dea181;hp=44cb9658537b7ac9cfc06464afdf6ba32c6b86e9;hpb=231e30b2cd575c2b59ae2cc04dc5e68f76c559a9;p=dpdk.git diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 44cb965853..a520cc509c 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -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 ~~~~~~~~~~~