From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF405A0554; Tue, 18 Feb 2020 04:14:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 98E731D9D0; Tue, 18 Feb 2020 04:14:55 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 08DA31D9CD for ; Tue, 18 Feb 2020 04:14:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2020 19:14:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,455,1574150400"; d="scan'208";a="268602603" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 17 Feb 2020 19:14:51 -0800 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 18 Feb 2020 11:20:21 +0800 Message-Id: <1581996021-43375-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH]test_plans: correct typo errors 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" correct typo errors in qos_sched_test_plan.rst, and remove two subports cases. Signed-off-by: Peng Yuan diff --git a/test_plans/qos_sched_test_plan.rst b/test_plans/qos_sched_test_plan.rst index 8675406..0340eee 100644 --- a/test_plans/qos_sched_test_plan.rst +++ b/test_plans/qos_sched_test_plan.rst @@ -308,7 +308,7 @@ Test Case: best effort TC12 2. The traffic manage setting is configured in profile.cfg. Set flows with QinQ inner vlan ID=0, which represents pipe 0. - Set IP dst address from 10.0.0.12~10.0.0.4, which enter queue12~queue14, + Set IP dst address from 10.0.0.12~10.0.0.14, which enter queue12~queue14, mapping TC12. Frame size=70bytes. Send rate is 100% linerate. @@ -591,6 +591,9 @@ the default mastercore 1 and the RX, WT and TX cores only. Test Case: Two Subports, different pipe profiles, different number of pipes I ============================================================================= +*Note: the sample can't be set to two subports, + so the two supports case can't be verified.* + 1. Configure the profile.cfg file with two subports, two different pipe profiles and different number of pipes:: @@ -636,6 +639,9 @@ Test Case: Two Subports, different pipe profiles, different number of pipes I Test Case: Two Subports, different pipe profiles, different number of pipes II ============================================================================== +*Note: the sample can't be set to two subports, + so the two supports case can't be verified.* + 1. Configure the profile.cfg file the same with last case I. 2. This example uses a single packet flow configuration @@ -666,7 +672,7 @@ Test Case: Redistribution of unused pipe BW to other pipes within the same subpo which creates one RX thread on lcore 5 reading from port 0 and a worker thread on lcore 7 writing to port 1:: - ./qos_sched -l 1,2,5,7 -n 4 -- -i --pfc "0,1,2,5,7" --cfg ../profile.cfg + ./qos_sched -l 1,2,5,7 -n 4 -- -i --pfc "0,1,2,5,7" --cfg ../profile_ov.cfg 3. The generator settings: Configure 4 flows: -- 2.7.4