From: Yan Xia <yanx.xia@intel.com>
To: dts@dpdk.org
Cc: Yan Xia <yanx.xia@intel.com>
Subject: [dts] [PATCH V1 1/2] test_plans/generic_flow_api: delete test_L2_tunnel_filter
Date: Tue, 26 Oct 2021 14:41:05 +0000 [thread overview]
Message-ID: <20211026144106.74603-2-yanx.xia@intel.com> (raw)
In-Reply-To: <20211026144106.74603-1-yanx.xia@intel.com>
The case only support sagepond and sageville, but these two types NIC
have been removed, so delete the case after confirmed with Peng,Yuan.
Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
test_plans/generic_flow_api_test_plan.rst | 61 -----------------------
1 file changed, 61 deletions(-)
diff --git a/test_plans/generic_flow_api_test_plan.rst b/test_plans/generic_flow_api_test_plan.rst
index 51ceb474..a07b809a 100644
--- a/test_plans/generic_flow_api_test_plan.rst
+++ b/test_plans/generic_flow_api_test_plan.rst
@@ -803,67 +803,6 @@ Test case: IXGBE ethertype
testpmd> flow list 0
-
-Test case: IXGBE L2-tunnel(supported by x552 and x550)
-======================================================
-
- Prerequisites:
-
- add two vfs on dpdk pf, then bind the vfs to vfio-pci::
-
- echo 2 >/sys/bus/pci/devices/0000:05:00.0/max_vfs
- ./usertools/dpdk-devbind.py -b vfio-pci 05:02.0 05:02.1
-
-1. Launch the app ``testpmd`` with the following arguments::
-
- ./x86_64-native-linuxapp-gcc/app/testpmd -c 1ffff -n 4 -a 05:00.0 --file-prefix=pf --socket-mem=1024,1024 -- -i --rxq=16 --txq=16 --disable-rss
- testpmd> set fwd rxonly
- testpmd> set verbose 1
- testpmd> start
-
- ./x86_64-native-linuxapp-gcc/app/testpmd -c 1e0000 -n 4 -a 05:02.0 --file-prefix=vf0 --socket-mem=1024,1024 -- -i --rxq=4 --txq=4 --disable-rss
- testpmd> set fwd rxonly
- testpmd> set verbose 1
- testpmd> start
-
- ./x86_64-native-linuxapp-gcc/app/testpmd -c 1e00000 -n 4 -a 05:02.1 --file-prefix=vf1 --socket-mem=1024,1024 -- -i --rxq=4 --txq=4 --disable-rss
- testpmd> set fwd rxonly
- testpmd> set verbose 1
- testpmd> start
-
- Enabling ability of parsing E-tag packet, set on pf::
-
- testpmd> port config 0 l2-tunnel E-tag enable
-
- Enable E-tag packet forwarding, set on pf::
-
- testpmd> E-tag set forwarding on port 0
-
-2. create filter rules::
-
- testpmd> flow create 0 ingress pattern e_tag grp_ecid_b is 0x1309 / end actions queue index 0 / end
- testpmd> flow create 0 ingress pattern e_tag grp_ecid_b is 0x1308 / end actions queue index 1 / end
- testpmd> flow create 0 ingress pattern e_tag grp_ecid_b is 0x1307 / end actions queue index 2 / end
-
-3. send packets::
-
- pkt1 = Ether(dst="00:11:22:33:44:55")/Dot1BR(GRP=0x1, ECIDbase=0x309)/Raw('x' * 20)
- pkt2 = Ether(dst="00:11:22:33:44:55")/Dot1BR(GRP=0x1, ECIDbase=0x308)/Raw('x' * 20)
- pkt3 = Ether(dst="00:11:22:33:44:55")/Dot1BR(GRP=0x1, ECIDbase=0x307)/Raw('x' * 20)
- pkt4 = Ether(dst="00:11:22:33:44:55")/Dot1BR(GRP=0x2, ECIDbase=0x309)/Raw('x' * 20)
-
- verify pkt1 to vf0 queue0, pkt2 to vf1 queue0, pkt3 to pf queue0,
- pkt4 can't received by pf and vfs.
-
-4. verify rules can be listed and destroyed::
-
- testpmd> flow list 0
- testpmd> flow destroy 0 rule 0
- testpmd> flow list 0
- testpmd> flow flush 0
- testpmd> flow list 0
-
-
Test case: IXGBE fdir for ipv4
==============================
--
2.33.1
next prev parent reply other threads:[~2021-10-26 6:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-26 14:41 [dts] [PATCH V1 0/2] *** delete test_L2_tunnel_filter *** Yan Xia
2021-10-26 14:41 ` Yan Xia [this message]
2021-10-26 14:41 ` [dts] [PATCH V1 2/2] tests/generic_flow_api: delete test_L2_tunnel_filter Yan Xia
2021-10-26 7:31 ` Peng, Yuan
2021-10-26 7:53 ` 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=20211026144106.74603-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).