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 2138FA0564; Tue, 24 Mar 2020 09:34:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 194BC1C0D1; Tue, 24 Mar 2020 09:34:45 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id CB3B71C0C7 for ; Tue, 24 Mar 2020 09:34:43 +0100 (CET) IronPort-SDR: HgjqFd3FGPpQF+IAWmLqAAmfTXv+aZaGr3rVMZjruwxM6VeZJ1D7K6caYtTMPozrwNBQAUyNvo QuWFMU3N2kaw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2020 01:34:43 -0700 IronPort-SDR: Bo3F0pCFc6YLjnusbl7HCh7CwseKoKgDvnW5vMfvsCuiovZgc62tyMwDqaUlqu2J9r6NC99J9S 77tY+giy0a6A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281644222" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Mar 2020 01:34:42 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 24 Mar 2020 16:28:02 +0800 Message-Id: <1585038488-76474-7-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> References: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 06/12] test_plans/qos_sched_test_plan: fix build warnings and 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" Signed-off-by: Haiyang Zhao --- test_plans/qos_sched_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/qos_sched_test_plan.rst b/test_plans/qos_sched_test_plan.rst index 0340eee..28c8c61 100644 --- a/test_plans/qos_sched_test_plan.rst +++ b/test_plans/qos_sched_test_plan.rst @@ -592,7 +592,7 @@ 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.* +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:: @@ -640,7 +640,7 @@ 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.* +so the two supports case can't be verified.* 1. Configure the profile.cfg file the same with last case I. -- 1.8.3.1