[dts] [PATCH V1] fix vlan filter can't work on FLV NIC

xu,huilong huilongx.xu at intel.com
Thu Jun 2 08:47:23 CEST 2016


in Fortville NIC, vlan filter work mut disable promisc. this is a know issue.

Signed-off-by: xu,huilong <huilongx.xu at intel.com>
---
 tests/TestSuite_vlan.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index ba3741e..28529e9 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -76,6 +76,7 @@ class TestVlan(TestCase):
         out = self.dut.send_expect("set fwd mac", "testpmd> ")
 
         if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single"]:
+            self.dut.send_expect("set promisc all off", "testpmd> ")
             self.dut.send_expect("vlan set filter on %s" % dutRxPortId, "testpmd> ")
 
         self.dut.send_expect("vlan set strip off %s" % dutRxPortId, "testpmd> ")
-- 
1.9.3



More information about the dts mailing list