* [dts] fix testpmd start failed when used pmd_output
@ 2015-05-20 9:24 huilongx xu
2015-05-20 9:25 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: huilongx xu @ 2015-05-20 9:24 UTC (permalink / raw)
To: dts
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] fix testpmd start failed when used pmd_output
2015-05-20 9:24 [dts] fix testpmd start failed when used pmd_output huilongx xu
@ 2015-05-20 9:25 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-05-20 9:25 UTC (permalink / raw)
To: Xu, HuilongX, dts
Applied. Thanks.
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilongx xu
> Sent: Wednesday, May 20, 2015 5:25 PM
> To: dts@dpdk.org
> Subject: [dts] fix testpmd start failed when used pmd_output
>
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-20 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 9:24 [dts] fix testpmd start failed when used pmd_output huilongx xu
2015-05-20 9:25 ` Liu, Yong
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).