mbox series

[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
Series framework: fix meson compile failed when set rx mode |

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

Comments

Zhao, HaiyangX Nov. 18, 2020, 7:10 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, November 18, 2020 14:01
> To: dts@dpdk.org; Tu, Lijuan <lijuan.tu@intel.com>
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts][PATCH V1 0/2] framework: fix meson compile failed when set
> rx mode
  
Tu, Lijuan Nov. 19, 2020, 8:39 a.m. UTC | #2
> 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(-)
> 

Applied