Re: [dpdk-users] meson: is there a mechanism for controlling compilation configuration

2020-07-29 Thread Thomas Monjalon
29/07/2020 09:20, Chengchang Tang: > Hi, > DPDK with 'make' will be deprecated in a future release. I have some > questions about using meson to build DPDK. > > When using the make, we can change the macros in config/common_base to > control the compiling macros. For example, if i want to debug

Re: [dpdk-users] meson: is there a mechanism for controlling compilation configuration

2020-07-29 Thread Richardson, Bruce
> -Original Message- > From: Chengchang Tang > Sent: Wednesday, July 29, 2020 9:36 AM > To: users@dpdk.org > Cc: linux...@huawei.com; users@dpdk.org; Richardson, Bruce > > Subject: Re: [dpdk-users] meson: is there a mechanism for controlling > compilation config

Re: [dpdk-users] meson: is there a mechanism for controlling compilation configuration

2020-07-29 Thread Chengchang Tang
cc'ed bruce On 2020/7/29 15:20, Chengchang Tang wrote: > Hi, > DPDK with 'make' will be deprecated in a future release. I have some > questions about using meson to build DPDK. > > When using the make, we can change the macros in config/common_base to > control the compiling macros. For example,

[dpdk-users] meson: is there a mechanism for controlling compilation configuration

2020-07-29 Thread Chengchang Tang
Hi, DPDK with 'make' will be deprecated in a future release. I have some questions about using meson to build DPDK. When using the make, we can change the macros in config/common_base to control the compiling macros. For example, if i want to debug the mbuf, i can set