test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]start_testpmd: Parameters matching error
@ 2015-11-30  2:29 Lijuan Tu
  2015-12-01  0:54 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2015-11-30  2:29 UTC (permalink / raw)
  To: dts

Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
 framework/pmd_output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py
index 23d4c0d..47cd7c7 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -109,7 +109,7 @@ class PmdOutput():
         elif cores == "Default":
             core_list = self.dut.get_core_list(self.default_cores)
         else:
-            core_list = self.dut.get_core_list(cores, socket)
+            core_list = self.dut.get_core_list(cores, socket=socket)
         self.coremask = dts.create_mask(core_list)
         command = "./%s/app/testpmd -c %s -n %d %s -- -i %s" \
             % (self.dut.target, self.coremask, self.dut.get_memory_channels(), eal_param, param)
-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH]start_testpmd: Parameters matching error
  2015-11-30  2:29 [dts] [PATCH]start_testpmd: Parameters matching error Lijuan Tu
@ 2015-12-01  0:54 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-12-01  0:54 UTC (permalink / raw)
  To: Lijuan Tu, dts

Applied. Thanks.

On 11/30/2015 10:29 AM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
> ---
>   framework/pmd_output.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/pmd_output.py b/framework/pmd_output.py
> index 23d4c0d..47cd7c7 100644
> --- a/framework/pmd_output.py
> +++ b/framework/pmd_output.py
> @@ -109,7 +109,7 @@ class PmdOutput():
>           elif cores == "Default":
>               core_list = self.dut.get_core_list(self.default_cores)
>           else:
> -            core_list = self.dut.get_core_list(cores, socket)
> +            core_list = self.dut.get_core_list(cores, socket=socket)
>           self.coremask = dts.create_mask(core_list)
>           command = "./%s/app/testpmd -c %s -n %d %s -- -i %s" \
>               % (self.dut.target, self.coremask, self.dut.get_memory_channels(), eal_param, param)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-01  0:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-30  2:29 [dts] [PATCH]start_testpmd: Parameters matching error Lijuan Tu
2015-12-01  0:54 ` 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).