From: huilongx xu <huilongx.xu@intel.com>
To: dts@dpdk.org
Subject: [dts] fix testpmd start failed when used pmd_output
Date: Wed, 20 May 2015 17:24:54 +0800 [thread overview]
Message-ID: <1432113894-10479-1-git-send-email-huilongx.xu@intel.com> (raw)
From: huilong xu <huilongx.xu@intel.com>
used --txqflags replace --txqflags=0
Signed-off-by: huilong xu <huilongx.xu@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
next reply other threads:[~2015-05-20 9:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 9:24 huilongx xu [this message]
2015-05-20 9:25 ` Liu, Yong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432113894-10479-1-git-send-email-huilongx.xu@intel.com \
--to=huilongx.xu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).