[V1] tests/vf_packet_rxtx:add twinpond supported

Message ID 20210308152548.372242-1-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/vf_packet_rxtx:add twinpond supported |

Commit Message

Lingli Chen March 8, 2021, 3:25 p.m. UTC
  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(-)
  

Comments

Lingli Chen March 8, 2021, 8 a.m. UTC | #1
> -----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>
  
Zhao, HaiyangX March 8, 2021, 8:06 a.m. UTC | #2
> -----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>
  
Tu, Lijuan March 10, 2021, 6:17 a.m. UTC | #3
> add twinpond supported
> 
> Signed-off-by: Chen Lingli <linglix.chen@intel.com>

Applied, thanks
  

Patch

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