[dts] [PATCH V1] tests/vf_macfilter: add NIC supported

Tu, Lijuan lijuan.tu at intel.com
Fri Jun 19 06:56:31 CEST 2020


Applied, thanks

-----Original Message-----
From: dts <dts-bounces at dpdk.org> On Behalf Of Xie wei
Sent: 2020年6月15日 11:02
To: dts at dpdk.org
Cc: Xie, WeiX <weix.xie at intel.com>
Subject: [dts] [PATCH V1] tests/vf_macfilter: add NIC supported

add twinpond(ixgbe driver)supported

Signed-off-by: Xie wei <weix.xie at 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



More information about the dts mailing list