From: Yan Xia <yanx.xia@intel.com>
To: dts@dpdk.org
Cc: Yan Xia <yanx.xia@intel.com>
Subject: [dts][PATCH V2 1/4] test_plans/ipgre_test_plan: delete GRE_packet_filter
Date: Thu, 18 Nov 2021 10:35:35 +0000 [thread overview]
Message-ID: <20211118103538.117758-2-yanx.xia@intel.com> (raw)
In-Reply-To: <20211118103538.117758-1-yanx.xia@intel.com>
delete test case that legcay command not be supported and not new
command to replace
dpdk commit-id:251baec36 ethdev: remove legacy tunnel filter type support
Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
test_plans/ipgre_test_plan.rst | 37 ----------------------------------
1 file changed, 37 deletions(-)
diff --git a/test_plans/ipgre_test_plan.rst b/test_plans/ipgre_test_plan.rst
index c7ab602b..3a466b75 100644
--- a/test_plans/ipgre_test_plan.rst
+++ b/test_plans/ipgre_test_plan.rst
@@ -119,43 +119,6 @@ Send packet as table listed and packet type match each layer::
| Yes | Ipv6 | GRE | Ipv6 | Sctp |
+------------+----------+-----------+----------+-----------+
-Test Case 3: GRE packet filter
-==============================
-
-Start testpmd with multi queues::
-
- testpmd -c ff -n 3 -- -i --rxq=4 --txq=4
- testpmd> set fwd rxonly
- testpmd> set nbcore 4
- testpmd> set verbose 1
- testpmd> start
-
-Add GRE filter that forward inner ip address 0.0.0.0 to queue 3::
-
- testpmd> tunnel_filter add 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \
- 0.0.0.0 1 ipingre iip 0 3
-
-Send packet inner ip address matched and check packet received by queue 3::
-
- p = Ether()/IP()/GRE()/IP(dst="0.0.0.0")/UDP()
-
-Remove tunnel filter and check same packet received by queue 0::
-
- testpmd> tunnel_filter rm 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \
- 0.0.0.0 1 ipingre iip 0 3
-
-Add GRE filter that forward outer ip address 0.0.0.0 to queue 3::
-
- testpmd> tunnel_filter add 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \
- 0.0.0.0 1 ipingre oip 0 3
-
-Send packet outer ip address matched and check packet received by queue 3.
-
-Remove tunnel filter and check same packet received by queue 0::
-
- testpmd> tunnel_filter rm 0 XX:XX:XX:XX:XX:XX YY:YY:YY:YY:YY:YY \
- 0.0.0.0 1 ipingre oip 0 3
-
Test Case 4: GRE packet chksum offload
======================================
--
2.33.1
next prev parent reply other threads:[~2021-11-18 2:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-18 10:35 [dts][PATCH V2 0/4] *** delete test case *** Yan Xia
2021-11-18 10:35 ` Yan Xia [this message]
2021-11-18 10:35 ` [dts][PATCH V2 2/4] tests/ipgre: delete GRE_packet_filter Yan Xia
2021-11-18 10:35 ` [dts][PATCH V2 3/4] test_plans/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe Yan Xia
2021-11-18 10:35 ` [dts][PATCH V2 4/4] tests/vxlan_gpe_support_in_i40e: " Yan Xia
2021-11-18 2:40 ` Peng, Yuan
2021-11-22 14:43 ` 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=20211118103538.117758-2-yanx.xia@intel.com \
--to=yanx.xia@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).