From: Peng Yuan <yuan.peng@intel.com>
To: dts@dpdk.org
Cc: Peng Yuan <yuan.peng@intel.com>
Subject: [dts] [PATCH v1]test_plans/cvl_advanced_rss_gtpu: remove gtpogre from gtpu rss test plan
Date: Tue, 23 Mar 2021 11:28:29 +0000 [thread overview]
Message-ID: <20210323112829.69321-1-yuan.peng@intel.com> (raw)
GTPoGRE will have a single test plan for RSS function.
So remove the GTPoGRE from cvl_advanced_rss_gtpu_test_plan.rst
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
diff --git a/test_plans/cvl_advanced_rss_gtpu_test_plan.rst b/test_plans/cvl_advanced_rss_gtpu_test_plan.rst
index b6fe1096..d63df8f4 100644
--- a/test_plans/cvl_advanced_rss_gtpu_test_plan.rst
+++ b/test_plans/cvl_advanced_rss_gtpu_test_plan.rst
@@ -239,19 +239,6 @@ run the same test steps as below:
Pattern: outer ipv4 + inner ipv4
--------------------------------
-GTPoGRE is imported in DPDK-21.02.
-The Ptype is parsed same as GTP packet, so they match gtp RSS rule.
-We just need to add the GTPoGRE packet to the packets check.
-we need to add GTPoGRE packet to "basic hit pattern packets",
-"hit pattern/defined input set" and "hit pattern/not defined input set".
-the GTPoGRE packet format in this pattern is to add::
-
- IP(proto=0x2F)/GRE(proto=0x0800)/
-
-after Ether layer, before IP layer, just like::
-
- sendp([Ether(dst="68:05:CA:BB:26:E0")/IP(proto=0x2F)/GRE(proto=0x0800)/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)],iface="enp216s0f0")
-
Test case: MAC_IPV4_GTPU_EH_IPV4 with UL/DL
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
@@ -1507,14 +1494,6 @@ reconfig all the cases of "Pattern: outer ipv4 + inner ipv4"
change the packet's inner L3 layer from IP to IPv6;
change the ipv4 address to ipv6 address.
-the GTPoGRE packet format in this pattern is to add::
-
- IP(proto=0x2F)/GRE(proto=0x0800)/
-
-after Ether layer, before IP layer, just like::
-
- sendp([Ether(dst="68:05:CA:BB:26:E0")/IP(proto=0x2F)/GRE(proto=0x0800)/IP()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)],iface="enp216s0f0")
-
Pattern: outer ipv6 + inner ipv4
--------------------------------
@@ -1525,14 +1504,6 @@ reconfig all the cases of "Pattern: outer ipv4 + inner ipv4"
packets:
change the packet's outer L3 layer from IP to IPv6;
-the GTPoGRE packet format in this pattern is to add::
-
- IPv6(nh=0x2F)/GRE(proto=0x86dd)/
-
-after Ether layer, before IP layer, just like::
-
- sendp([Ether(dst="68:05:CA:BB:26:E0")/IPv6(nh=0x2F)/GRE(proto=0x86dd)/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IP(dst="192.168.0.1", src="192.168.0.2")/("X"*480)],iface="enp216s0f0")
-
Pattern: outer ipv6 + inner ipv6
--------------------------------
@@ -1546,14 +1517,6 @@ reconfig all the cases of "Pattern: outer ipv4 + inner ipv4"
change the packet's inner L3 layer from IP to IPv6;
change the ipv4 address to ipv6 address.
-the GTPoGRE packet format in this pattern is to add::
-
- IPv6(nh=0x2F)/GRE(proto=0x86dd)/
-
-after Ether layer, before IP layer, just like::
-
- sendp([Ether(dst="68:05:CA:BB:26:E0")/IPv6(nh=0x2F)/GRE(proto=0x86dd)/IPv6()/UDP(dport=2152)/GTP_U_Header(gtp_type=255, teid=0x123456)/GTPPDUSessionContainer(type=0, P=1, QFI=0x34)/IPv6(src="ABAB:910B:6666:3457:8295:3333:1800:2929",dst="CDCD:910A:2222:5498:8475:1111:3900:2020")/("X"*480)],iface="enp216s0f0")
-
negative case
=============
Subcase: invalid input set
@@ -1779,13 +1742,6 @@ default pattern supported case
inner L4 protocal hash case
===========================
-Note: add two GTPoGRE packets in each subcase with::
-
- IPv6(nh=0x2F)/GRE(proto=0x86dd)/
-
-or::
-
- IP(proto=0x2F)/GRE(proto=0x0800)/
Subcase: MAC_IPV4_GTPU_IPV4_UDP/TCP
-----------------------------------
@@ -2638,8 +2594,6 @@ all the test cases run the same test steps as below:
8. send the same packets in step3, only switch ip address.
check the received packets which switched ip address have different hash value.
-Note: the GTPoGRE packets need to be added to symmetric cases as a Ptype, just like toeplitz cases.
-
Pattern: symmetric outer ipv4 + inner ipv4
------------------------------------------
--
2.17.1
next reply other threads:[~2021-03-23 3:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-23 11:28 Peng Yuan [this message]
2021-03-25 6:13 ` 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=20210323112829.69321-1-yuan.peng@intel.com \
--to=yuan.peng@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).