test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vf daemon : enable vlan filter for pf
@ 2018-07-03  8:19 zhao,meijuan
  2018-07-03 16:35 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: zhao,meijuan @ 2018-07-03  8:19 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

since dpdk18.02,bad commit 8b9bd0,dpdk testpmd filter default value change
lead to ethdev and driver status is inconformity

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

diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py
index f034214..939d409 100644
--- a/tests/TestSuite_vf_daemon.py
+++ b/tests/TestSuite_vf_daemon.py
@@ -576,6 +576,9 @@ class Testvf_daemon(TestCase):
         if self.kdriver == "i40e":
             self.dut_testpmd.execute_cmd('set vf vlan stripq 0 0 off')
         else:
+            #since dpdk18.02,bad commit 8b9bd0,dpdk testpmd filter default value change
+            #that lead to ethdev and driver status is inconformity
+            self.dut_testpmd.execute_cmd('vlan set filter on 0')
             self.dut_testpmd.execute_cmd('vlan set filter off 0')
             self.dut_testpmd.execute_cmd('vlan set strip off 0')
             self.vm0_testpmd.execute_cmd('vlan set strip off 0')
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/vf daemon : enable vlan filter for pf
  2018-07-03  8:19 [dts] [PATCH V1] tests/vf daemon : enable vlan filter for pf zhao,meijuan
@ 2018-07-03 16:35 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-07-03 16:35 UTC (permalink / raw)
  To: zhao,meijuan, dts

Thanks, Meijuan. Applied.

On 07/03/2018 04:19 PM, zhao,meijuan wrote:
> since dpdk18.02,bad commit 8b9bd0,dpdk testpmd filter default value change
> lead to ethdev and driver status is inconformity
>
> Signed-off-by: zhao,meijuan<meijuanx.zhao@intel.com>
> ---
>   tests/TestSuite_vf_daemon.py | 3 +++
>   1 file changed, 3 insertions(+)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-03  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-03  8:19 [dts] [PATCH V1] tests/vf daemon : enable vlan filter for pf zhao,meijuan
2018-07-03 16:35 ` Liu, Yong

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).