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 74F43A04C9; Tue, 15 Sep 2020 13:41:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6BA081C0C2; Tue, 15 Sep 2020 13:41:08 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 36FF11BE8E for ; Tue, 15 Sep 2020 13:41:06 +0200 (CEST) IronPort-SDR: XaXv1Luql5xJZaLcQfmhBctMI0XqyLAf2RVCGZl+cdH4IwHTJ9G27OEOdXWM/QbhBydQUnlGYk WQ1+uMhc1yGA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="223423675" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="223423675" 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:06 -0700 IronPort-SDR: Ovudjrf61r4vYQMoSUUh6m6eJmvlYLlzjcwuI3IflVYwwXaV9pvvsnC3sVS1TD1IYGh+4s4ihx ucVolNpBu1Lg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="379710536" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2020 04:41:05 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 15 Sep 2020 19:24:30 +0800 Message-Id: <1600169086-340540-2-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 01/17] test_plans/cloud_filter_with_l4_port_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" *.fix build warnings and errors Signed-off-by: Haiyang Zhao --- test_plans/cloud_filter_with_l4_port_test_plan.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_plans/cloud_filter_with_l4_port_test_plan.rst b/test_plans/cloud_filter_with_l4_port_test_plan.rst index c45bf80..da39c9a 100644 --- a/test_plans/cloud_filter_with_l4_port_test_plan.rst +++ b/test_plans/cloud_filter_with_l4_port_test_plan.rst @@ -191,7 +191,7 @@ Test Case 4: ipv4-tcp_dport only packets should be in queue 0. Test Case 5: ipv4-sctp_sport only -================================ +================================= 1. validate a source port rule:: testpmd> flow validate 0 ingress pattern eth / ipv4 / sctp src is 156 / end actions pf / queue index 1 / end @@ -225,7 +225,7 @@ Test Case 5: ipv4-sctp_sport only packets should be in queue 0. Test Case 6: ipv4-sctp_dport only -================================ +================================= 1. validate a destination port rule:: testpmd> flow validate 0 ingress pattern eth / ipv4 / sctp dst is 156 / end actions pf / queue index 1 / end @@ -360,7 +360,7 @@ Test Case 9: ipv6-tcp_sport only packets should be in queue 0. Test Case 10: ipv6-tcp_dport only -================================ +================================= 1. validate a destination port rule:: testpmd> flow validate 0 ingress pattern eth / ipv6 / tcp dst is 156 / end actions pf / queue index 1 / end @@ -394,7 +394,7 @@ Test Case 10: ipv6-tcp_dport only packets should be in queue 0. Test Case 11: ipv6-sctp_sport only -================================ +================================== 1. validate a source port rule:: testpmd> flow validate 0 ingress pattern eth / ipv6 / sctp src is 156 / end actions pf / queue index 1 / end @@ -428,7 +428,7 @@ Test Case 11: ipv6-sctp_sport only packets should be in queue 0. Test Case 12: ipv6-sctp_dport only -================================ +================================== 1. validate a destination port rule:: testpmd> flow validate 0 ingress pattern eth / ipv6 / sctp dst is 156 / end actions pf / queue index 1 / end -- 1.8.3.1