Re: [dpdk-dev] [PATCH v5 1/8] ether: refine debug build option

2021-03-23 Thread Thomas Monjalon
23/03/2021 12:07, Qi Zhang: > PMDs use RTE_LIBRTE__DEBUG_RX|TX as build option to wrap > data path debug code. As .config has been removed since the meson build, > It is not friendly for new DPDK users to notice those debug options. > > The patch introduces below build options for data path debug,

Re: [dpdk-dev] [PATCH v5 1/8] ether: refine debug build option

2021-03-23 Thread Ferruh Yigit
On 3/23/2021 11:07 AM, Qi Zhang wrote: PMDs use RTE_LIBRTE__DEBUG_RX|TX as build option to wrap data path debug code. As .config has been removed since the meson build, It is not friendly for new DPDK users to notice those debug options. The patch introduces below build options for data path deb

[dpdk-dev] [PATCH v5 1/8] ether: refine debug build option

2021-03-23 Thread Qi Zhang
PMDs use RTE_LIBRTE__DEBUG_RX|TX as build option to wrap data path debug code. As .config has been removed since the meson build, It is not friendly for new DPDK users to notice those debug options. The patch introduces below build options for data path debug, so PMD can choose to reuse them to av