test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf_macfilter: add NIC supported
@ 2020-06-15  3:02 Xie wei
  2020-06-15  3:15 ` Xie, WeiX
  2020-06-19  4:56 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xie wei @ 2020-06-15  3:02 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

add twinpond(ixgbe driver)supported

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py
index dc30059..7ce5d38 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -67,7 +67,7 @@ class TestVfMacFilter(TestCase):
             if driver == 'igb_uio':
                 # start testpmd without the two VFs on the host
                 self.host_testpmd = PmdOutput(self.dut)
-                if (self.nic in ["niantic", "sageville", "sagepond"]):
+                if (self.nic in ["niantic", "sageville", "sagepond", "twinpond"]):
                     self.host_testpmd.start_testpmd("1S/9C/1T", "--txq=4 --rxq=4 ")
                 else:
                     self.host_testpmd.start_testpmd("1S/2C/2T")
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-19  4:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  3:02 [dts] [PATCH V1] tests/vf_macfilter: add NIC supported Xie wei
2020-06-15  3:15 ` Xie, WeiX
2020-06-19  4:56 ` Tu, Lijuan

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).