[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dpdk-dts
Subject:    [dts] [PATCH V1]Uni_pkt: add enable-rx-cksum option to avoid i40e vector issue
From:       Yufen Mo <yufengx.mo () intel ! com>
Date:       2016-07-20 6:26:34
Message-ID: 1468995994-30361-2-git-send-email-yufengx.mo () intel ! com
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic