[dts] fix testpmd start failed when used pmd_output

huilongx xu huilongx.xu at intel.com
Wed May 20 11:24:54 CEST 2015


From: huilong xu <huilongx.xu at intel.com>

  used --txqflags replace --txqflags=0

Signed-off-by: huilong xu <huilongx.xu at intel.com>
---
 framework/pmd_output.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py
index 3c8d5a2..473339d 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -101,7 +101,7 @@ class PmdOutput():
     def start_testpmd(self, cores, param='', eal_param='', socket=0):
         # in dpdk2.0 need used --txqflags param to open hardware features
         if "--txqflags" not in param:
-            param += " --txqflags"
+            param += " --txqflags=0"
 
         if cores == "Default":
             core_list = self.dut.get_core_list(self.default_cores)
-- 
1.7.4.4



More information about the dts mailing list