test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule
@ 2022-01-17 15:42 Hailin Xu
  2022-02-07  9:23 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Hailin Xu @ 2022-01-17 15:42 UTC (permalink / raw)
  To: dts, xueqin.lin; +Cc: Hailin Xu

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 <hailinx.xu@intel.com>
---
 ...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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule
  2022-01-17 15:42 [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule Hailin Xu
@ 2022-02-07  9:23 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2022-02-07  9:23 UTC (permalink / raw)
  To: Xu, HailinX, dts, Lin,  Xueqin; +Cc: Xu, HailinX

> -----Original Message-----
> From: Hailin Xu <hailinx.xu@intel.com>
> Sent: 2022年1月17日 23:43
> To: dts@dpdk.org; Lin, Xueqin <xueqin.lin@intel.com>
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid
> argument rule
> 
> 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 <hailinx.xu@intel.com>

Applied

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-07  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 15:42 [dts][PATCH v1] test_plans/cvl_advanced_iavf_rss_gtpogre: fix invalid argument rule Hailin Xu
2022-02-07  9:23 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).