[dpdk-dev] doc: fix description of traffic management function in testpmd

Message ID 20171011171107.21956-1-jasvinder.singh@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

Jasvinder Singh Oct. 11, 2017, 5:11 p.m. UTC
  Fixes: 983fac0a7cdf ("doc: add description of traffic management functions in testpmd")

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Comments

Ferruh Yigit Oct. 11, 2017, 5:31 p.m. UTC | #1
On 10/11/2017 6:11 PM, Jasvinder Singh wrote:
> Fixes: 983fac0a7cdf ("doc: add description of traffic management functions in testpmd")
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>

Squashed into relevant commit in next-net, thanks.

Commit: bca2738e4cf1 ("app/testpmd: add traffic management forwarding mode")
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 1369a6d..ac2e1f7 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -2143,7 +2143,7 @@  Add leaf node to port traffic management hiearchy::
 
    testpmd> add port tm leaf node (port_id) (node_id) (parent_node_id) \
    (priority) (weight) (level_id) (shaper_profile_id) \
-   (shared_shaper_id) (n_shared_shapers) (n_sp_priorities) (cman_mode) \
+   (shared_shaper_id) (n_shared_shapers) (cman_mode) \
    (wred_profile_id) (stats_mask) \
 
 where:
@@ -2159,7 +2159,6 @@  where:
   the node.
 * ``shared_shaper_id``: Shared shaper id.
 * ``n_shared_shapers``: Number of shared shapers.
-* ``n_sp_priorities``: Number of strict priorities.
 * ``cman_mode``: Congestion management mode to be enabled for this node.
 * ``wred_profile_id``: WRED profile id to be enabled for this node.
 * ``stats_mask``: Mask of statistics counter types to be enabled for this node.