[dts] [PATCH V1]Uni_pkt: add enable-rx-cksum option to avoid i40e vector issue

Yufen Mo yufengx.mo at intel.com
Wed Jul 20 08:26:34 CEST 2016


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

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

Signed-off-by: yufengmx <yufengx.mo at 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



More information about the dts mailing list