test suite reviews and discussions
 help / color / mirror / Atom feed
From: Zhimin Huang <zhiminx.huang@intel.com>
To: dts@dpdk.org
Cc: Zhimin Huang <zhiminx.huang@intel.com>
Subject: [dts] [PATCH V1 2/6] test_plans/cvl_fdir_test_plan:remove test steps
Date: Sat, 21 Aug 2021 03:47:38 +0800	[thread overview]
Message-ID: <20210820194742.28666-3-zhiminx.huang@intel.com> (raw)
In-Reply-To: <20210820194742.28666-1-zhiminx.huang@intel.com>

according to b83d270dff3852f1df0ea9bea5a8740378db0c7c,
default rss not support tunnel inner rss,
these function will cover by new case, so remove test steps in test plan

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 test_plans/cvl_fdir_test_plan.rst | 46 ++++++-------------------------
 1 file changed, 8 insertions(+), 38 deletions(-)

diff --git a/test_plans/cvl_fdir_test_plan.rst b/test_plans/cvl_fdir_test_plan.rst
index 9f4cae4a..62cae9f5 100644
--- a/test_plans/cvl_fdir_test_plan.rst
+++ b/test_plans/cvl_fdir_test_plan.rst
@@ -1166,22 +1166,7 @@ Subcase 1: MAC_IPV4_TUN_IPV4_PAY queue index
    verify the packets hit rule are distributed by RSS without FDIR matched ID.
    check there is no rule listed.
 
-Subcase 2: MAC_IPV4_TUN_IPV4_PAY rss queues
--------------------------------------------
-
-1. create filter rules::
-
-    flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / end actions rss queues 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 end / mark / end
-
-2. send matched packets, check the packets are distributed to queue group with FDIR matched ID=0x0.
-   send unmatched packets, check the packets are distributed by RSS without FDIR matched ID.
-
-3. repeat step 3 of subcase 1.
-
-4. verify the packets hit rule are distributed by RSS without FDIR matched ID.
-   check there is no rule listed.
-
-Subcase 3: MAC_IPV4_TUN_IPV4_PAY passthru
+Subcase 2: MAC_IPV4_TUN_IPV4_PAY passthru
 -----------------------------------------
 
 1. create filter rules::
@@ -1196,7 +1181,7 @@ Subcase 3: MAC_IPV4_TUN_IPV4_PAY passthru
 4. verify the packets hit rule are distributed by RSS without FDIR matched ID.
    check there is no rule listed.
 
-Subcase 4: MAC_IPV4_TUN_IPV4_PAY drop
+Subcase 3: MAC_IPV4_TUN_IPV4_PAY drop
 -------------------------------------
 
 1. create filter rules::
@@ -1211,7 +1196,7 @@ Subcase 4: MAC_IPV4_TUN_IPV4_PAY drop
 4. check there is no rule listed.
    verify the packets hit the rule are not dropped.
 
-Subcase 5: MAC_IPV4_TUN_IPV4_PAY mark/rss
+Subcase 4: MAC_IPV4_TUN_IPV4_PAY mark/rss
 -----------------------------------------
 
 1. create filter rules::
@@ -1226,7 +1211,7 @@ Subcase 5: MAC_IPV4_TUN_IPV4_PAY mark/rss
 4. verify matched packet is distributed by RSS without FDIR matched ID.
    check there is no rule listed.
 
-Subcase 6: MAC_IPV4_TUN_IPV4_PAY mark
+Subcase 5: MAC_IPV4_TUN_IPV4_PAY mark
 -------------------------------------
 
 1. create filter rules::
@@ -1262,22 +1247,7 @@ Subcase 1: MAC_IPV4_TUN_IPV4_UDP queue index
 4. verify the packets hit rule are distributed by RSS without FDIR matched ID.
    check there is no rule listed.
 
-Subcase 2: MAC_IPV4_TUN_IPV4_UDP rss queues
--------------------------------------------
-
-1. create filter rules::
-
-    flow create 0 ingress pattern eth / ipv4 / udp / vxlan / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / udp src is 22 dst is 23 / end actions rss queues 38 39 40 41 end / mark id 1 / end
-
-2. send matched packets, check the packets are distributed to queue group with FDIR matched ID=0x1.
-   send unmatched packets, check the packets are distributed by RSS without FDIR matched ID.
-
-3. repeat step 3 of subcase 1.
-
-4. verify the packets hit rule are distributed by RSS without FDIR matched ID.
-   check there is no rule listed.
-
-Subcase 3: MAC_IPV4_TUN_IPV4_UDP passthru
+Subcase 2: MAC_IPV4_TUN_IPV4_UDP passthru
 -----------------------------------------
 
 1. create filter rules::
@@ -1292,7 +1262,7 @@ Subcase 3: MAC_IPV4_TUN_IPV4_UDP passthru
 4. verify the packets hit rule are distributed by RSS without FDIR matched ID.
    check there is no rule listed.
 
-Subcase 4: MAC_IPV4_TUN_IPV4_UDP drop
+Subcase 3: MAC_IPV4_TUN_IPV4_UDP drop
 -------------------------------------
 
 1. create filter rules::
@@ -1306,7 +1276,7 @@ Subcase 4: MAC_IPV4_TUN_IPV4_UDP drop
 
 4. verify the packets hit rule are received without FDIR matched ID.
 
-Subcase 5: MAC_IPV4_TUN_IPV4_UDP mark/rss
+Subcase 4: MAC_IPV4_TUN_IPV4_UDP mark/rss
 -----------------------------------------
 
 1. create filter rules::
@@ -1321,7 +1291,7 @@ Subcase 5: MAC_IPV4_TUN_IPV4_UDP mark/rss
 4. verify the packets hit rule are distributed by RSS without FDIR matched ID.
    check there is no rule listed.
 
-Subcase 6: MAC_IPV4_TUN_IPV4_UDP mark
+Subcase 5: MAC_IPV4_TUN_IPV4_UDP mark
 -------------------------------------
 
 1. create filter rules::
-- 
2.17.1


  parent reply	other threads:[~2021-08-20 11:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-20 19:47 [dts] [PATCH V1 0/6] remove tunnel inner rss " Zhimin Huang
2021-08-20 19:47 ` [dts] [PATCH V1 1/6] test_plans/cvl_advanced_rss_test_plan:remove " Zhimin Huang
2021-08-20 19:47 ` Zhimin Huang [this message]
2021-08-20 19:47 ` [dts] [PATCH V1 3/6] test_plans/cvl_switch_filter_test_plan:remove " Zhimin Huang
2021-08-20 19:47 ` [dts] [PATCH V1 4/6] tests/cvl_advanced_rss:remove " Zhimin Huang
2021-08-25  7:04   ` Huang, ZhiminX
2021-08-20 19:47 ` [dts] [PATCH V1 5/6] tests/cvl_fdir:remove " Zhimin Huang
2021-08-25  7:03   ` Huang, ZhiminX
2021-08-20 19:47 ` [dts] [PATCH V1 6/6] tests/cvl_switch_filter:remove " Zhimin Huang
2021-08-25  7:03   ` Huang, ZhiminX
2021-09-29  5:18     ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210820194742.28666-3-zhiminx.huang@intel.com \
    --to=zhiminx.huang@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).