From: Yan Xia <yanx.xia@intel.com>
To: dts@dpdk.org
Cc: Yan Xia <yanx.xia@intel.com>
Subject: [dts][PATCH V1 4/4] tests/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe
Date: Thu, 18 Nov 2021 10:23:33 +0000 [thread overview]
Message-ID: <20211118102333.117713-1-yanx.xia@intel.com> (raw)
delete tunnel_filter_vxlan_gpe 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>
---
tests/TestSuite_vxlan_gpe_support_in_i40e.py | 33 --------------------
1 file changed, 33 deletions(-)
diff --git a/tests/TestSuite_vxlan_gpe_support_in_i40e.py b/tests/TestSuite_vxlan_gpe_support_in_i40e.py
index 555f7a0f..a2002247 100644
--- a/tests/TestSuite_vxlan_gpe_support_in_i40e.py
+++ b/tests/TestSuite_vxlan_gpe_support_in_i40e.py
@@ -254,39 +254,6 @@ class TestVxlanGpeSupportInI40e(TestCase):
self.pmdout.execute_cmd('quit', '#')
self.verify('L3_IPV4_EXT_UNKNOWN' in out and '%s' % VXLAN_GPE_PORT not in out, 'no detect vxlan-gpe packet')
- def test_tunnel_filter_vxlan_gpe(self):
- """
- verify tunnel filter feature
- """
- pmd_temp = "./%(TARGET)s -c %(COREMASK)s -n " + \
- "%(CHANNEL)d -- -i --disable-rss --rxq=4 --txq=4" + \
- " --nb-cores=4 --portmask=%(PORT)s"
- path = self.dut.apps_name['test-pmd']
- pmd_cmd = pmd_temp % {'TARGET': path,
- 'COREMASK': self.coremask,
- 'CHANNEL': self.dut.get_memory_channels(),
- 'PORT': self.portMask}
- self.dut.send_expect(pmd_cmd, "testpmd>", 30)
-
- self.dut.send_expect("set fwd rxonly", "testpmd>", 10)
- self.dut.send_expect("set verbose 1", "testpmd>", 10)
- self.enable_vxlan(self.dut_port)
-
- # check inner mac + inner vlan filter can work
- self.filter_and_check(filter_type="imac-ivlan", vlan=1)
- # check inner mac + inner vlan + tunnel id filter can work
- self.filter_and_check(filter_type="imac-ivlan-tenid", vlan=1)
- # check inner mac + tunnel id filter can work
- self.filter_and_check(filter_type="imac-tenid")
- # check inner mac filter can work
- self.filter_and_check(filter_type="imac")
- # check outer mac + inner mac + tunnel id filter can work
- self.filter_and_check(filter_type="omac-imac-tenid")
- # iip not supported by now
- self.filter_and_check(filter_type="iip")
-
- self.dut.send_expect("quit", "#", 10)
-
def enable_vxlan(self, port):
self.dut.send_expect("rx_vxlan_port add %d %d"
% (VXLAN_GPE_PORT, port),
--
2.33.1
reply other threads:[~2021-11-18 2:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20211118102333.117713-1-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).