test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/ipgre:enable hw vlan
@ 2018-02-05  9:36 han,yingya
  2018-02-08 13:44 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: han,yingya @ 2018-02-05  9:36 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_ipgre.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py
index 91f9469..a770b8b 100644
--- a/tests/TestSuite_ipgre.py
+++ b/tests/TestSuite_ipgre.py
@@ -225,7 +225,7 @@ class TestIpgre(TestCase):
         }
         
         # Start testpmd and enable rxonly forwarding mode
-        testpmd_cmd = "./%s/app/testpmd -c ffff -n 4 -- -i --enable-rx-cksum" % self.target
+        testpmd_cmd = "./%s/app/testpmd -c ffff -n 4 -- -i --enable-rx-cksum --enable-hw-vlan" % self.target
         self.dut.send_expect(testpmd_cmd, "testpmd>", 20)
         self.dut.send_expect("set fwd rxonly", "testpmd>")
         self.dut.send_expect("set verbose 1", "testpmd>")
-- 
1.9.3

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

* Re: [dts] [PATCH V1] tests/ipgre:enable hw vlan
  2018-02-05  9:36 [dts] [PATCH V1] tests/ipgre:enable hw vlan han,yingya
@ 2018-02-08 13:44 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-02-08 13:44 UTC (permalink / raw)
  To: han,yingya, dts

Thanks Yingya. Applied.

On 02/05/2018 05:36 PM, han,yingya wrote:
> need enable hw vlan parameter,because default value is off
> Signed-off-by: han,yingya<yingyax.han@intel.com>

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05  9:36 [dts] [PATCH V1] tests/ipgre:enable hw vlan han,yingya
2018-02-08 13:44 ` 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).