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

Xie wei weix.xie at intel.com
Mon Jun 15 05:02:02 CEST 2020


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