From: Yan Xia <yanx.xia@intel.com>
To: dts@dpdk.org
Cc: Yan Xia <yanx.xia@intel.com>
Subject: [dts] [PATCH V1 1/2] tests/generic_flow_api: add dual_vlan support NIC
Date: Wed, 20 Oct 2021 10:09:24 +0000 [thread overview]
Message-ID: <20211020100925.219262-2-yanx.xia@intel.com> (raw)
In-Reply-To: <20211020100925.219262-1-yanx.xia@intel.com>
add dual_vlan support NIC
Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
tests/TestSuite_generic_flow_api.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index 2c17e4fc..dfd8275d 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -2484,7 +2484,7 @@ class TestGeneric_flow_api(TestCase):
Test with flow type dual vlan(QinQ).
"""
self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g",
- "carlsville"], "NIC Unsupported: " + str(self.nic))
+ "carlsville", "fortpark_BASE-T", "fortpark_TLV"], "NIC Unsupported: " + str(self.nic))
for queue in testQueues:
self.pmdout.start_testpmd(
"Default", " --portmask=0x1 --rxq=%d --txq=%d" % (queue, queue))
--
2.32.0
next prev parent reply other threads:[~2021-10-20 2:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-20 10:09 [dts] [PATCH V1 0/2] *** add dual_vlan support and not support Yan Xia
2021-10-20 10:09 ` Yan Xia [this message]
2021-10-20 10:09 ` [dts] [PATCH V1 2/2] conf/checklist: add dual_vlan not support NIC Yan Xia
2021-10-20 2:54 ` Chen, LingliX
2021-10-21 7:01 ` Peng, Yuan
2021-10-25 9:07 ` 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=20211020100925.219262-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).