From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77607A034F; Mon, 17 Jan 2022 09:14:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6931041168; Mon, 17 Jan 2022 09:14:18 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 6C08B4067B for ; Mon, 17 Jan 2022 09:14:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642407256; x=1673943256; h=from:to:cc:subject:date:message-id; bh=Z1L1M7RxlCPv2N80vJjFZ6H+Zj2HOZ4/Sh6kD17bmcM=; b=D1ANTFcxRJpEGWHObNF7tnTYeLMzJh93JQc4vb5D4sA1f1DgeY9yabV0 +DgP7JBlgqoFyyEbIpZ1GXSzsRiLMO3VQvyhyR5h/VCpNeIIuNiwoKD8j PwQkPKAL13T2BHaPq8Eeb0lZIwcjXqfZLX+ba4VnBrr14qs4YX35TYkWZ OVxRE6kau992SkOmGMjwgypNp2A9zk7mNK7WuwOeEhLFo6io7YPFUxNb0 VfyReLMQbr2IQ0/KTAwSYg65W9UiolsGbBx3kD3Aj+Nm6Svtt0+8rhFTY bpr1VC39GcYMNcnJTD4l3TjZ5FEg7ti9Rse4O+giS48ip8ZOHm9PkfLzq g==; X-IronPort-AV: E=McAfee;i="6200,9189,10229"; a="225258212" X-IronPort-AV: E=Sophos;i="5.88,295,1635231600"; d="scan'208";a="225258212" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2022 00:14:15 -0800 X-IronPort-AV: E=Sophos;i="5.88,295,1635231600"; d="scan'208";a="671487491" Received: from unknown (HELO localhost.localdomain) ([10.239.251.69]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2022 00:14:14 -0800 From: Hailin Xu To: dts@dpdk.org, xueqin.lin@intel.com Cc: Hailin Xu Subject: [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule Date: Mon, 17 Jan 2022 23:42:43 +0800 Message-Id: <20220117154243.26488-1-hailinx.xu@intel.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 fix invalid argument rule. example: 1. change 'l3-dst-only' to 'ipv4 l3-dst-only' 2. change '/ gtp_psc is 1 /' to '/ gtp_psc pdu_t is 1 /' Signed-off-by: Hailin Xu --- ...vl_advanced_iavf_rss_gtpogre_test_plan.rst | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/test_plans/cvl_advanced_iavf_rss_gtpogre_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_gtpogre_test_plan.rst index 41024652..24e33b96 100644 --- a/test_plans/cvl_advanced_iavf_rss_gtpogre_test_plan.rst +++ b/test_plans/cvl_advanced_iavf_rss_gtpogre_test_plan.rst @@ -249,7 +249,7 @@ L3DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / end actions rss types l3-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -300,7 +300,7 @@ L3DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l3-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -314,7 +314,7 @@ L4SRC ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -328,7 +328,7 @@ L4DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -342,7 +342,7 @@ L3SRC+L4SRC ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l3-src-only l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -357,7 +357,7 @@ L3SRC+L4DST ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l3-src-only l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -372,7 +372,7 @@ L3DST+L4SRC ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l3-dst-only l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -387,7 +387,7 @@ L3DST+L4DST ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types l3-dst-only l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -488,7 +488,7 @@ L3SRC ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types l3-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -520,7 +520,7 @@ L4SRC ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -536,7 +536,7 @@ L4DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -571,7 +571,7 @@ L3SRC+L4DST ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types l3-src-only l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -609,7 +609,7 @@ L3DST+L4DST ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types l3-dst-only l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -663,7 +663,7 @@ L3SRC ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / end actions rss types l3-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / end actions rss types ipv4 l3-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -677,7 +677,7 @@ L3DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / end actions rss types l3-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -714,7 +714,7 @@ L3SRC ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l3-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -728,7 +728,7 @@ L3DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l3-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -742,7 +742,7 @@ L4SRC ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -756,7 +756,7 @@ L4DST ----- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -770,7 +770,7 @@ L3SRC+L4SRC ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l3-src-only l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -785,7 +785,7 @@ L3SRC+L4DST ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l3-src-only l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-src-only l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -800,7 +800,7 @@ L3DST+L4SRC ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l3-dst-only l4-src-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-src-only end key_len 0 queues end / end hit pattern and defined input set:: @@ -815,7 +815,7 @@ L3DST+L4DST ----------- rule:: - flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types l3-dst-only l4-dst-only end key_len 0 queues end / end + flow create 0 ingress pattern eth / ipv4 / gre / ipv4 / udp / gtpu / gtp_psc is 1 / ipv4 / udp / end actions rss types ipv4-udp l3-dst-only l4-dst-only end key_len 0 queues end / end hit pattern and defined input set:: -- 2.17.1