From patchwork Tue Sep 15 11:24:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhao, HaiyangX" X-Patchwork-Id: 77713 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 26F44A04C7; Tue, 15 Sep 2020 13:41:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1E9E31C000; Tue, 15 Sep 2020 13:41:14 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4CAD51C0DB for ; Tue, 15 Sep 2020 13:41:12 +0200 (CEST) IronPort-SDR: 414xDdehwmExafh2mbDWnLYyuXKdddEyQsTHg0hzsUxlqhBM0Nj1294KDLkBe3fZP7QlMV36D2 VWQHdTHAdmKA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="223423685" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="223423685" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 04:41:11 -0700 IronPort-SDR: ApP14EKsCutVjox3HHxyxZSjhW4poijge1y7twchjb97SDPjDuUeLFzMiioAPSKdsZGtxLvuDi iU9toMXbCksg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="379710556" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2020 04:41:10 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 15 Sep 2020 19:24:34 +0800 Message-Id: <1600169086-340540-6-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1600169086-340540-1-git-send-email-haiyangx.zhao@intel.com> References: <1600169086-340540-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 05/17] test_plans/cvl_advanced_rss: 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" *.fix build warnings and errors Signed-off-by: Haiyang Zhao --- test_plans/cvl_advanced_rss_test_plan.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test_plans/cvl_advanced_rss_test_plan.rst b/test_plans/cvl_advanced_rss_test_plan.rst index 69730e0..9190d6a 100644 --- a/test_plans/cvl_advanced_rss_test_plan.rst +++ b/test_plans/cvl_advanced_rss_test_plan.rst @@ -358,6 +358,7 @@ toeplitz Test steps =================== launch testpmd with "--disable-rss" all the test cases run the same test steps as below: + 1. validate rule. 2. create rule and list rule. 3. send a basic hit pattern packet,record the hash value, @@ -368,10 +369,10 @@ all the test cases run the same test steps as below: 5. send hit pattern packet with changed input set not in the rule. check the received packet have same hash value with the basic packet. check the packet is distributed to queues by rss. -note: if there is not this type packet in the case, omit this step. + note: if there is not this type packet in the case, omit this step. 6. send not hit pattern packets with input set in the rule. check the received packets have not hash value, and distributed to queue 0. -note: if there is not this type packet in the case, omit this step. + note: if there is not this type packet in the case, omit this step. 7. distroy the rule and list rule. 8. send same packet with step 3. check the received packets have not hash value, and distributed to queue 0. @@ -1770,6 +1771,7 @@ symmetric-toeplitz Test steps ============================= Launch testpmd without "--disable-rss" all the test cases run the same test steps as below: + 1. validate rule. 2. send hit pattern packets with switched value of input set in the rule. check the received packets have different hash value. @@ -1781,7 +1783,7 @@ all the test cases run the same test steps as below: 5. send not hit pattern packets with switched value of input set in the rule. check the received packets have different hash value. check all the packets are distributed to queues by rss. -note: if there is not this type packet in the case, omit this step. + note: if there is not this type packet in the case, omit this step. 6. distroy the rule and list rule. 7. send same packets with step 2. check the received packets have different hash value, or have not hash value.