mbox series

[V1,0/2] framework: fix the issue of eal param may be duplicated

Message ID 20201106095535.5650-1-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series framework: fix the issue of eal param may be duplicated |

Message

Zhao, HaiyangX Nov. 6, 2020, 9:55 a.m. UTC
  *.The eal parameter will be duplicated when rx_mode is setted 
  in execution.cfg and suites, this patchset is to fix this issue.

Haiyang Zhao (2):
  framework/pmd_output: add other eal param into config
  framework/dut: add check if the rx mode eal param is duplicate
    *.ignore the rx mode config in execution.cfg   if the rx mode is
    setted in suites.

 framework/dut.py        | 17 +++++++++--------
 framework/pmd_output.py |  1 +
 2 files changed, 10 insertions(+), 8 deletions(-)
  

Comments

Tu, Lijuan Nov. 11, 2020, 2:59 a.m. UTC | #1
> 
> *.The eal parameter will be duplicated when rx_mode is setted
>   in execution.cfg and suites, this patchset is to fix this issue.
> 
> Haiyang Zhao (2):
>   framework/pmd_output: add other eal param into config
>   framework/dut: add check if the rx mode eal param is duplicate
>     *.ignore the rx mode config in execution.cfg   if the rx mode is
>     setted in suites.
> 
>  framework/dut.py        | 17 +++++++++--------
>  framework/pmd_output.py |  1 +
>  2 files changed, 10 insertions(+), 8 deletions(-)
> 

Reviewed-by: Lijuan Tu <lijuan.tu@intel.com>
Applied