mbox

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

Message ID 20201207095302.2133-1-haiyangx.zhao@intel.com (mailing list archive)
Headers

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