[dts] [PATCH V1] framework/pmd_output: fix rx mode parameter may be duplicated

Haiyang Zhao haiyangx.zhao at intel.com
Thu Dec 24 08:14:09 CET 2020


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 at 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



More information about the dts mailing list