[dts] fix testpmd start failed when used pmd_output

Liu, Yong yong.liu at intel.com
Wed May 20 11:25:41 CEST 2015


Applied. Thanks.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of huilongx xu
> Sent: Wednesday, May 20, 2015 5:25 PM
> To: dts at dpdk.org
> Subject: [dts] fix testpmd start failed when used pmd_output
> 
> 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