[dts] [PATCH V1]tests/qinq_filter:enable hw vlan

han,yingya yingyax.han at intel.com
Mon Feb 5 11:10:56 CET 2018


need enable hw vlan parameter,because default value is off
Signed-off-by: han,yingya <yingyax.han at intel.com>
---
 tests/TestSuite_qinq_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 3f9c1ac..d1310a5 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -146,7 +146,7 @@ class TestQinqFilter(TestCase):
         """
         
         self.dut.send_expect(r'./%s/app/testpmd -c %s -n 4 -- -i \
-                               --portmask=%s --port-topology=loop \
+                               --portmask=%s --enable-hw-vlan --port-topology=loop \
                                --rxq=4 --txq=4  --disable-rss' % (self.target, self.coreMask, self.portMask),
                                "testpmd> ")
         self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
-- 
1.9.3



More information about the dts mailing list