test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
@ 2021-03-08 15:25 Chen Lingli
  2021-03-08  8:00 ` Chen, LingliX
  2021-03-10  6:17 ` Tu, Lijuan
  0 siblings, 2 replies; 6+ messages in thread
From: Chen Lingli @ 2021-03-08 15:25 UTC (permalink / raw)
  To: dts; +Cc: Chen Lingli

add twinpond supported

Signed-off-by: Chen Lingli <linglix.chen@intel.com>
---
 tests/TestSuite_vf_packet_rxtx.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
index 2385017c..faf9c402 100644
--- a/tests/TestSuite_vf_packet_rxtx.py
+++ b/tests/TestSuite_vf_packet_rxtx.py
@@ -217,7 +217,7 @@ class TestVfPacketRxtx(TestCase):
 
             if driver == 'igb_uio':
                 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.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
@ 2020-07-24 10:00 Xie wei
  2020-08-12  4:25 ` Tu, Lijuan
  0 siblings, 1 reply; 6+ messages in thread
From: Xie wei @ 2020-07-24 10:00 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_packet_rxtx.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
index 8fc2a5f..a596305 100644
--- a/tests/TestSuite_vf_packet_rxtx.py
+++ b/tests/TestSuite_vf_packet_rxtx.py
@@ -65,7 +65,7 @@ class TestVfPacketRxtx(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/5C/1T")
-- 
2.17.1


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

end of thread, other threads:[~2021-03-10  6:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 15:25 [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported Chen Lingli
2021-03-08  8:00 ` Chen, LingliX
2021-03-08  8:06   ` Zhao, HaiyangX
2021-03-10  6:17 ` Tu, Lijuan
  -- strict thread matches above, loose matches on Subject: below --
2020-07-24 10:00 Xie wei
2020-08-12  4:25 ` 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).