Re: [dpdk-dev] [PATCH v5 0/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. Patch 1/8: introduces new compile options for data path de

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

2021-03-23 Thread Zhang, Qi Z
Sorry, forgot adding change log v5: - Remove RTE_ETHDEV_DEBUG - Alias RTE_LIBRTE_ETHDEV_DEBUG to RTE_ETHDEV_DEBUG_RX|TX for backward compatibility. v4: - Alias RTE_LIBRTE_ETHDEV_DEBUG to RTE_ETHDEV_DEBUG in ethdev library for backward compatibility. - Not replace RTE_LIBRTE_ETHDEV_DEBUG in

[dpdk-dev] [PATCH v5 0/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. Patch 1/8: introduces new compile options for data path debug in ether layer, PMD can choose to reu