From a2258ea1beaac8f162fd38911a2d6691366dcd66 Mon Sep 17 00:00:00 2001 From: Huisong Li Date: Fri, 16 Apr 2021 18:34:28 +0800 Subject: [PATCH] doc: remove queue stats mapping from testpmd guide The "--tx-queue-stats-mapping" and "--rx-queue-stats-mapping" and display and clear of "stats_map" have been removed from testpmd. This patch deletes some descriptions about queue stats mapping in testpmd doc. Fixes: 08dcd1870686 ("app/testpmd: fix queue stats mapping configuration") Cc: stable@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit --- doc/guides/testpmd_app_ug/run_app.rst | 8 -------- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 14 ++++++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index ec1dc7d1ec..d0621658ae 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -356,14 +356,6 @@ The command line options are: Set the transmit RS bit threshold of TX rings to N, where 0 <= N <= value of ``--txd``. The default value is 0. -* ``--rx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping)]`` - - Set the RX queues statistics counters mapping 0 <= mapping <= 15. - -* ``--tx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping)]`` - - Set the TX queues statistics counters mapping 0 <= mapping <= 15. - * ``--no-flush-rx`` Don't flush the RX streams before starting forwarding. Used mainly with the PCAP PMD. diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 711683fa11..a736e7d6e5 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -24,10 +24,10 @@ If you type a partial command and hit ```` you get a list of the available testpmd> show port - info [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc X - info [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc all - stats [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc X - stats [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|stat_qmap|dcb_tc all + info [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|dcb_tc|cap X + info [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|dcb_tc|cap all + stats [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|dcb_tc|cap X + stats [Mul-choice STRING]: show|clear port info|stats|xstats|fdir|dcb_tc|cap all ... @@ -159,7 +159,7 @@ show port Display information for a given port or all ports:: - testpmd> show port (info|summary|stats|xstats|fdir|stat_qmap|dcb_tc) (port_id|all) + testpmd> show port (info|summary|stats|xstats|fdir|dcb_tc|cap) (port_id|all) The available information categories are: @@ -173,8 +173,6 @@ The available information categories are: * ``fdir``: Flow Director information and statistics. -* ``stat_qmap``: Queue statistics mapping. - * ``dcb_tc``: DCB information such as TC mapping. For example: @@ -244,7 +242,7 @@ clear port Clear the port statistics and forward engine statistics for a given port or for all ports:: - testpmd> clear port (info|stats|xstats|fdir|stat_qmap) (port_id|all) + testpmd> clear port (info|stats|xstats|fdir) (port_id|all) For example:: -- 2.20.1