test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf vlan : enable vlan filter on NNT
@ 2018-04-04  6:42 zhao,meijuan
  0 siblings, 0 replies; only message in thread
From: zhao,meijuan @ 2018-04-04  6:42 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

after dpdk 18.02,ixgbe dpdk vf promisc mode default value is disable,
vlan filter is disable,i40e promisc mode default value is enable, 
vlan filter is disable

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

diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py
index da9330d..41c9d06 100644
--- a/tests/TestSuite_vf_vlan.py
+++ b/tests/TestSuite_vf_vlan.py
@@ -377,6 +377,10 @@ class TestVfVlan(TestCase):
             self.vm0_testpmd.start_testpmd(VM_CORES_MASK, '')
         else:
             self.vm0_testpmd.start_testpmd(VM_CORES_MASK)
+            #after dpdk 18.02,ixgbe dpdk vf promisc mode default value is disable,
+            #vlan filter is disable;i40e dpdk vf promisc mode default value is enable,
+            # vlan filter is disable
+            self.vm0_testpmd.execute_cmd('vlan set filter on 0')
         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-04-04  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04  6:42 [dts] [PATCH V1] tests/vf vlan : enable vlan filter on NNT 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).