test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf_vlan : enable hw vlan,filter and strip
@ 2018-02-02  2:59 zhao,meijuan
  0 siblings, 0 replies; only message in thread
From: zhao,meijuan @ 2018-02-02  2:59 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

need enable hw vlan,filter and vlan
you can refer to dpdk commit 8b9bd0ef

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_vf_vlan.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py
index c0b26a3..fea0243 100644
--- a/tests/TestSuite_vf_vlan.py
+++ b/tests/TestSuite_vf_vlan.py
@@ -374,9 +374,9 @@ class TestVfVlan(TestCase):
 
         self.vm0_testpmd = PmdOutput(self.vm_dut_0)
         if self.kdriver == "i40e":
-            self.vm0_testpmd.start_testpmd(VM_CORES_MASK, '')
+            self.vm0_testpmd.start_testpmd(VM_CORES_MASK, ' --enable-hw-vlan --enable-hw-vlan-filter --enable-hw-vlan-strip')
         else:
-            self.vm0_testpmd.start_testpmd(VM_CORES_MASK)
+            self.vm0_testpmd.start_testpmd(VM_CORES_MASK, ' --enable-hw-vlan --enable-hw-vlan-filter --enable-hw-vlan-strip')
         self.vm0_testpmd.execute_cmd('set fwd rxonly')
         self.vm0_testpmd.execute_cmd('set verbose 1')
         self.vm0_testpmd.execute_cmd('start')
-- 
1.9.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-02  2:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-02  2:59 [dts] [PATCH V1] tests/vf_vlan : enable hw vlan,filter and strip zhao,meijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).