mbox

[V1,0/2] framework: fix meson compile failed when set rx mode

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

Message

Zhao, HaiyangX Nov. 18, 2020, 6:01 a.m. UTC
  The rx modes are supported dynamically since DPDK 20.11,
and by modifying the DPDK configuration to use the rx mode is 
only supported by makefile compiling , so need add a jugement.
And only add rx mode eal parameter for meson compile type.


Haiyang Zhao (2):
  framework/project_dpdk: fix meson compile failed when set rx mode
  framework/dut: optmize code when setting eal param for rx mode

 framework/dut.py          |  4 +++-
 framework/project_dpdk.py | 43 ++++++++++++++++++++++-----------------
 2 files changed, 27 insertions(+), 20 deletions(-)