test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/pmd_output: fix rx mode parameter may be duplicated
@ 2020-12-24  7:14 Haiyang Zhao
  2020-12-24  7:33 ` Zhao, HaiyangX
  2020-12-24  8:39 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Haiyang Zhao @ 2020-12-24  7:14 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

the rx mode eal param force-max-simd-bitwidth may be duplicated
when it is setted both in execution.cfg and suite, fix it by
passing the eal parm to create_eal_parameter.

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 framework/pmd_output.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py
index f4ea6670..3418efe4 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -133,6 +133,7 @@ class PmdOutput():
             file_prefix = tmp[-1].strip()
             config['prefix'] = file_prefix
         eal_param = re.sub(re_file_prefix, '', eal_param)
+        config['other_eal_param'] = eal_param
 
         config['cores'] = cores
         if ' -w ' not in eal_param and ' -a ' not in eal_param and ' -b ' not in eal_param \
-- 
2.17.1


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

end of thread, other threads:[~2020-12-24  8:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24  7:14 [dts] [PATCH V1] framework/pmd_output: fix rx mode parameter may be duplicated Haiyang Zhao
2020-12-24  7:33 ` Zhao, HaiyangX
2020-12-24  8:39 ` Tu, Lijuan

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).