test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]tests/qinq_filter:enable hw vlan
@ 2018-02-05 10:10 han,yingya
  2018-02-08  6:05 ` Liu, Yong
  0 siblings, 1 reply; 4+ messages in thread
From: han,yingya @ 2018-02-05 10:10 UTC (permalink / raw)
  To: dts; +Cc: han,yingya

need enable hw vlan parameter,because default value is off
Signed-off-by: han,yingya <yingyax.han@intel.com>
---
 tests/TestSuite_qinq_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 3f9c1ac..d1310a5 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -146,7 +146,7 @@ class TestQinqFilter(TestCase):
         """
         
         self.dut.send_expect(r'./%s/app/testpmd -c %s -n 4 -- -i \
-                               --portmask=%s --port-topology=loop \
+                               --portmask=%s --enable-hw-vlan --port-topology=loop \
                                --rxq=4 --txq=4  --disable-rss' % (self.target, self.coreMask, self.portMask),
                                "testpmd> ")
         self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
-- 
1.9.3

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

end of thread, other threads:[~2018-02-08  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 10:10 [dts] [PATCH V1]tests/qinq_filter:enable hw vlan han,yingya
2018-02-08  6:05 ` Liu, Yong
2018-02-08  7:38   ` Han, YingyaX
2018-02-08  7:46     ` 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).