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

Xie, WeiX weix.xie at intel.com
Mon Jun 15 05:15:07 CEST 2020


Tested-by:  Xie,WeiX < weix.xie at intel.com>

Regards,
Xie Wei

-----Original Message-----
From: Xie, WeiX 
Sent: Monday, June 15, 2020 11:02 AM
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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestVfMacFilter.log
Type: application/octet-stream
Size: 144954 bytes
Desc: TestVfMacFilter.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20200615/51f7c67f/attachment.obj>


More information about the dts mailing list