mbox

[V1,0/2] framework: fix a bug in start_testpmd

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

Message

Zhao, HaiyangX Dec. 23, 2020, 8:24 a.m. UTC
  this patchset fixed the bug reconfignizing eal param
like "-a af:00.0,representor=0-1" failed, and optmized
the eal parameter reassmeble method.

replaced "-w" with "-a" in create_eal_parameters.

Haiyang Zhao (2):
  framework/pmd_output: fix a bug in start_testpmd
  framework/dut: replace "-w" with "-a"

 framework/dut.py        |   3 +-
 framework/pmd_output.py | 107 +++++++++++++---------------------------
 2 files changed, 36 insertions(+), 74 deletions(-)