test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]tests/qinq_filter: fix vlan case failure
@ 2018-03-20  9:36 han,yingya
  2018-03-23 10:17 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: han,yingya @ 2018-03-20  9:36 UTC (permalink / raw)
  To: dts; +Cc: han,yingya

By default vlan offload is disabled, so need enable vlan strip
offload for vlan related case. Refer to dpdk commit: 8b9bd0
Signed-off-by: han,yingya <yingyax.han@intel.com>
---
 tests/TestSuite_qinq_filter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 3f9c1ac..d266212 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -150,6 +150,7 @@ class TestQinqFilter(TestCase):
                                --rxq=4 --txq=4  --disable-rss' % (self.target, self.coreMask, self.portMask),
                                "testpmd> ")
         self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
+        self.dut.send_expect("vlan set strip on %s" % dutRxPortId, "testpmd> ")
         self.dut.send_expect("set fwd rxonly", "testpmd> ")
         self.dut.send_expect("set verbose 1", "testpmd> ")
         self.dut.send_expect("start", "testpmd> ", 120)
-- 
1.9.3

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

* Re: [dts] [PATCH V1]tests/qinq_filter: fix vlan case failure
  2018-03-20  9:36 [dts] [PATCH V1]tests/qinq_filter: fix vlan case failure han,yingya
@ 2018-03-23 10:17 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-03-23 10:17 UTC (permalink / raw)
  To: han,yingya, dts

Thanks, yingya. Applied.

On 03/20/2018 05:36 PM, han,yingya wrote:
> By default vlan offload is disabled, so need enable vlan strip
> offload for vlan related case. Refer to dpdk commit: 8b9bd0
> Signed-off-by: han,yingya<yingyax.han@intel.com>
> ---
>   tests/TestSuite_qinq_filter.py | 1 +
>   1 file changed, 1 insertion(+)

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

end of thread, other threads:[~2018-03-23  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  9:36 [dts] [PATCH V1]tests/qinq_filter: fix vlan case failure han,yingya
2018-03-23 10:17 ` 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).