[dts] [PATCH V1] add tx-offloads value to start testpmd

xu,gang gangx.xu at intel.com
Mon Jan 29 07:31:02 CET 2018


Signed-off-by: xu,gang <gangx.xu at intel.com>
---
 tests/TestSuite_scatter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
index 74fc08f..8a7a3b7 100644
--- a/tests/TestSuite_scatter.py
+++ b/tests/TestSuite_scatter.py
@@ -105,7 +105,7 @@ class TestScatter(TestCase):
         """
         out = self.pmdout.start_testpmd(
             "1S/2C/1T", "--mbcache=200 --mbuf-size=%d --portmask=0x1 "
-            "--max-pkt-len=9000 --port-topology=loop" % (self.mbsize))
+            "--max-pkt-len=9000 --port-topology=loop --tx-offloads=0x8ffe" % (self.mbsize))
 
         self.verify("Error" not in out, "launch error 1")
 
-- 
1.9.3



More information about the dts mailing list