test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]add option for uni_pkt testing
@ 2016-07-20  6:26 Yufen Mo
  2016-07-20  6:26 ` [dts] [PATCH V1]Uni_pkt: add enable-rx-cksum option to avoid i40e vector issue Yufen Mo
  0 siblings, 1 reply; 2+ messages in thread
From: Yufen Mo @ 2016-07-20  6:26 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

From: yufengmx <yufengx.mo@intel.com>

yufengmx (1):
  Uni_pkt: add enable-rx-cksum option to avoid i40e vector issue

 tests/TestSuite_uni_pkt.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.9.3

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

* [dts] [PATCH V1]Uni_pkt: add enable-rx-cksum option to avoid i40e vector issue
  2016-07-20  6:26 [dts] [PATCH V1]add option for uni_pkt testing Yufen Mo
@ 2016-07-20  6:26 ` Yufen Mo
  0 siblings, 0 replies; 2+ messages in thread
From: Yufen Mo @ 2016-07-20  6:26 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

From: yufengmx <yufengx.mo@intel.com>

i40e vector issue(CONFIG_RTE_LIBRTE_I40E_INC_VECTOR=y) block packet layers' output information

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 tests/TestSuite_uni_pkt.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_uni_pkt.py b/tests/TestSuite_uni_pkt.py
index 429546a..7c34dcb 100644
--- a/tests/TestSuite_uni_pkt.py
+++ b/tests/TestSuite_uni_pkt.py
@@ -64,7 +64,8 @@ class TestUniPacket(TestCase):
         tester_port = self.tester.get_local_port(self.dut_port)
         self.tester_iface = self.tester.get_interface(tester_port)
         self.dut.send_expect(
-            "./%s/app/testpmd -c f -n 4 -- -i --txqflags=0x0" % self.target, "testpmd>", 20)
+        #    "./%s/app/testpmd -c f -n 4 -- -i --txqflags=0x0" % self.target, "testpmd>", 20)  
+            "./%s/app/testpmd -c f -n 4 -- -i --enable-rx-cksum" % self.target, "testpmd>", 20)# for i40e vector issue, use this format
         self.dut.send_expect("set fwd rxonly", "testpmd>")
         self.dut.send_expect("set verbose 1", "testpmd>")
         self.dut.send_expect("start", "testpmd>")
-- 
1.9.3

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

end of thread, other threads:[~2016-07-20  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20  6:26 [dts] [PATCH V1]add option for uni_pkt testing Yufen Mo
2016-07-20  6:26 ` [dts] [PATCH V1]Uni_pkt: add enable-rx-cksum option to avoid i40e vector issue Yufen Mo

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