mbox series

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

Message ID 20201223082422.7153-1-haiyangx.zhao@intel.com (mailing list archive)
Headers
Series framework: fix a bug in start_testpmd |

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

Comments

Zhao, HaiyangX Dec. 23, 2020, 8:35 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: Wednesday, December 23, 2020 16:24
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V1 0/2] framework: fix a bug in start_testpmd
  
Tu, Lijuan Dec. 24, 2020, 3:03 a.m. UTC | #2
> 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"

Applied