[V1] tests/vf_packet_rxtx:add twinpond supported

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

Commit Message

Xie, WeiX July 24, 2020, 10 a.m. UTC
  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(-)
  

Comments

Tu, Lijuan Aug. 12, 2020, 4:25 a.m. UTC | #1
> 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
  

Patch

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