From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5B1271B3A7 for ; Thu, 31 Jan 2019 05:42:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jan 2019 20:42:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,543,1539673200"; d="scan'208";a="122757060" Received: from juan.sh.intel.com ([10.67.119.80]) by orsmga003.jf.intel.com with ESMTP; 30 Jan 2019 20:42:40 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Thu, 31 Jan 2019 21:04:46 +0800 Message-Id: <1548939888-104647-2-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1548939888-104647-1-git-send-email-lijuan.tu@intel.com> References: <1548939888-104647-1-git-send-email-lijuan.tu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=a Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH 2/4] test_plans/qos_api: fix doc build warning X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 04:42:42 -0000 Signed-off-by: Lijuan Tu --- test_plans/qos_api_test_plan.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_plans/qos_api_test_plan.rst b/test_plans/qos_api_test_plan.rst index f89fdb3..f8a77d4 100644 --- a/test_plans/qos_api_test_plan.rst +++ b/test_plans/qos_api_test_plan.rst @@ -40,6 +40,7 @@ The generic API for the Quality of Service (QoS) Traffic Management of Ethernet devices, which includes the following main features: hierarchical scheduling, traffic shaping, congestion management, packet marking. The TM setting commands are as following: + 1. Add the port traffic management private shaper profile:: testpmd> add port tm node shaper profile (port_id) (shaper_profile_id) \ @@ -82,7 +83,7 @@ Bind two ports to dpdk driver:: ./usertools/dpdk-devbind.py -b igb_uio 05:00.0 05:00.1 -Test Cases for I40e: +Test Cases for I40e: ==================== Test Case: dcb 4 tc queue mapping @@ -266,7 +267,7 @@ Test Case: shaping for port verify shaping the traffic to 200Mbps(25MBps). Test Cases for ixgbe: -==================== +===================== Test Case: dcb 4 tc queue mapping ================================= -- 1.8.3.1