[dts] [PATCH V1] tests/vxlan_sample : rm hw vlan parameter for testpmd

zhao,meijuan meijuanx.zhao at intel.com
Wed Feb 28 08:05:35 CET 2018


need remove hw vlan parameter, because default value
is disable hw vlan,you can refer to commit 8b9bd0e

Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
---
 tests/TestSuite_vxlan_sample.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vxlan_sample.py b/tests/TestSuite_vxlan_sample.py
index fe8580f..bef5bb6 100644
--- a/tests/TestSuite_vxlan_sample.py
+++ b/tests/TestSuite_vxlan_sample.py
@@ -102,7 +102,7 @@ class TestVxlanSample(TestCase):
         self.tep_app = "./examples/tep_termination/build/tep_termination"
         self.vxlan_port = 4789
         self.vm_testpmd = "./x86_64-native-linuxapp-gcc/app/testpmd -c f -n 3" \
-                          + " -- -i --tx-offloads=0x8000 --disable-hw-vlan"
+                          + " -- -i --tx-offloads=0x8000"
 
         # params for tep_termination
         self.cores = self.dut.get_core_list("1S/4C/1T", socket=self.socket)
-- 
1.9.3



More information about the dts mailing list