mbox series

[V1,0/2] framework: add -a option support in eal param

Message ID 20201207095302.2133-1-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series framework: add -a option support in eal param |

Message

Zhao, HaiyangX Dec. 7, 2020, 9:53 a.m. UTC
  eal parameter -w is deprecated since dpdk 20.11.0-rc3 and replaced by -a.
For dpdk LTS test and avoid modify the -w option in suites, support the 
-a/-w eal option both.

Haiyang Zhao (2):
  framework/dut: add -a support in create_eal_parameters eal parameter
    -w is deprecated since dpdk 20.11.0-rc3 and should use -a instead.
    for dpdk LTS test and avoid modify the -w option in suites, keep the
    -w support.
  framework/pmd_output: add -a support in split_eal_param

 framework/dut.py        | 12 +++++++-----
 framework/pmd_output.py | 21 ++++++++++++---------
 2 files changed, 19 insertions(+), 14 deletions(-)
  

Comments

Zhao, HaiyangX Dec. 7, 2020, 10:02 a.m. UTC | #1
Tested-by:  Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: Haiyang Zhao <haiyangx.zhao@intel.com>
> Sent: Monday, December 7, 2020 17:53
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V1 0/2] framework: add -a option support in eal param
  
Tu, Lijuan Dec. 10, 2020, 8:39 a.m. UTC | #2
> eal parameter -w is deprecated since dpdk 20.11.0-rc3 and replaced by -a.
> For dpdk LTS test and avoid modify the -w option in suites, support the -a/-w
> eal option both.
> 
> Haiyang Zhao (2):
>   framework/dut: add -a support in create_eal_parameters eal parameter
>     -w is deprecated since dpdk 20.11.0-rc3 and should use -a instead.
>     for dpdk LTS test and avoid modify the -w option in suites, keep the
>     -w support.
>   framework/pmd_output: add -a support in split_eal_param

Applied