From patchwork Wed Oct 11 17:11:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jasvinder Singh X-Patchwork-Id: 30164 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7841F1B1B0; Wed, 11 Oct 2017 18:58:39 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 66F521B1AA for ; Wed, 11 Oct 2017 18:58:37 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 11 Oct 2017 09:58:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="322117439" Received: from silpixa00381635.ir.intel.com (HELO silpixa00381635.ger.corp.intel.com) ([10.237.222.149]) by fmsmga004.fm.intel.com with ESMTP; 11 Oct 2017 09:58:34 -0700 From: Jasvinder Singh To: dev@dpdk.org Cc: ferruh.yigit@intel.com, yulong.pei@intel.com Date: Wed, 11 Oct 2017 18:11:07 +0100 Message-Id: <20171011171107.21956-1-jasvinder.singh@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dpdk-dev] [PATCH] doc: fix description of traffic management function in testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 983fac0a7cdf ("doc: add description of traffic management functions in testpmd") Signed-off-by: Jasvinder Singh --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.