test suite reviews and discussions
 help / color / mirror / Atom feed
* [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

* Re: [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
  2020-07-24 10:00 [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported Xie wei
@ 2020-08-12  4:25 ` Tu, Lijuan
  0 siblings, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2020-08-12  4:25 UTC (permalink / raw)
  To: Xie, WeiX, dts; +Cc: Xie, WeiX

> Subject: [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
> 
> add twinpond(ixgbe driver)supported
> 
> Signed-off-by: Xie wei <weix.xie@intel.com>
> ---
>  tests/TestSuite_vf_packet_rxtx.py | 2 +-

Applied, thanks

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

* Re: [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
  1 sibling, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2021-03-10  6:17 UTC (permalink / raw)
  To: Chen, LingliX, dts; +Cc: Chen, LingliX

> add twinpond supported
> 
> Signed-off-by: Chen Lingli <linglix.chen@intel.com>

Applied, thanks

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

* [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

* Re: [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
  2021-03-08  8:00 ` Chen, LingliX
@ 2021-03-08  8:06   ` Zhao, HaiyangX
  0 siblings, 0 replies; 6+ messages in thread
From: Zhao, HaiyangX @ 2021-03-08  8:06 UTC (permalink / raw)
  To: Chen, LingliX, dts



> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Chen, LingliX
> Sent: Monday, March 8, 2021 16:01
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported
> 
> 
> > -----Original Message-----
> > From: Chen, LingliX
> > Sent: Monday, March 8, 2021 11:26 PM
> > To: dts@dpdk.org
> > Cc: Chen, LingliX <linglix.chen@intel.com>
> > Subject: [dts][PATCH V1] tests/vf_packet_rxtx:add twinpond supported
> >
>  > Signed-off-by: ChenLingli <linglix.chen@intel.com>
> 
> Tested-by: Chen Lingli <linglix.chen@intel.com>

Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>


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

* Re: [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-08  8:06   ` Zhao, HaiyangX
  2021-03-10  6:17 ` Tu, Lijuan
  1 sibling, 1 reply; 6+ messages in thread
From: Chen, LingliX @ 2021-03-08  8:00 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 345 bytes --]


> -----Original Message-----
> From: Chen, LingliX
> Sent: Monday, March 8, 2021 11:26 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1] tests/vf_packet_rxtx:add twinpond supported
> 
 > Signed-off-by: ChenLingli <linglix.chen@intel.com>

Tested-by: Chen Lingli <linglix.chen@intel.com>


[-- Attachment #2: TestVfPacketRxtx.log --]
[-- Type: application/octet-stream, Size: 846901 bytes --]

^ 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 --
2020-07-24 10:00 [dts] [PATCH V1] tests/vf_packet_rxtx:add twinpond supported Xie wei
2020-08-12  4:25 ` Tu, Lijuan
2021-03-08 15:25 Chen Lingli
2021-03-08  8:00 ` Chen, LingliX
2021-03-08  8:06   ` Zhao, HaiyangX
2021-03-10  6:17 ` 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).