Re: [dpdk-dev] [PATCH v6 0/8] ether: refine debug build option

2021-04-01 Thread Ferruh Yigit
On 3/31/2021 10:52 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. Patch 1/8: introduces new compile options for data path de

[dpdk-dev] [PATCH v6 0/8] ether: refine debug build option

2021-03-31 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. Patch 1/8: introduces new compile options for data path debug in ether layer, PMD can choose to reu