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

han,yingya yingyax.han at intel.com
Mon Feb 5 10:36:19 CET 2018


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

diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py
index 91f9469..a770b8b 100644
--- a/tests/TestSuite_ipgre.py
+++ b/tests/TestSuite_ipgre.py
@@ -225,7 +225,7 @@ class TestIpgre(TestCase):
         }
         
         # Start testpmd and enable rxonly forwarding mode
-        testpmd_cmd = "./%s/app/testpmd -c ffff -n 4 -- -i --enable-rx-cksum" % self.target
+        testpmd_cmd = "./%s/app/testpmd -c ffff -n 4 -- -i --enable-rx-cksum --enable-hw-vlan" % self.target
         self.dut.send_expect(testpmd_cmd, "testpmd>", 20)
         self.dut.send_expect("set fwd rxonly", "testpmd>")
         self.dut.send_expect("set verbose 1", "testpmd>")
-- 
1.9.3



More information about the dts mailing list