From: "Peng, Yuan" <yuan.peng@intel.com>
To: "Xia, YanX" <yanx.xia@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Xia, YanX" <yanx.xia@intel.com>
Subject: RE: [dts][PATCH V2 4/4] tests/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe
Date: Thu, 18 Nov 2021 02:40:46 +0000 [thread overview]
Message-ID: <CO1PR11MB50588E25DDFCF77FE82E7961FE9B9@CO1PR11MB5058.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20211118103538.117758-5-yanx.xia@intel.com>
Acked-by Peng, Yuan <yuan.peng@intel.com>
-----Original Message-----
From: Yan Xia <yanx.xia@intel.com>
Sent: Thursday, November 18, 2021 6:36 PM
To: dts@dpdk.org
Cc: Xia, YanX <yanx.xia@intel.com>
Subject: [dts][PATCH V2 4/4] tests/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe
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>
---
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
next prev parent reply other threads:[~2021-11-18 2:40 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 ` [dts][PATCH V2 1/4] test_plans/ipgre_test_plan: delete GRE_packet_filter Yan Xia
2021-11-18 10:35 ` [dts][PATCH V2 2/4] tests/ipgre: " 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 [this message]
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=CO1PR11MB50588E25DDFCF77FE82E7961FE9B9@CO1PR11MB5058.namprd11.prod.outlook.com \
--to=yuan.peng@intel.com \
--cc=dts@dpdk.org \
--cc=yanx.xia@intel.com \
/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).