[dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-12 Thread Qi Zhang
PMDs use RTE_LIBRTE__DEBUG_RX|TX as compile 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 compile options for specific Rx/Tx data path debug, so PMD can choose

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-16 Thread Ferruh Yigit
On 3/12/2021 12:12 PM, Qi Zhang wrote: PMDs use RTE_LIBRTE__DEBUG_RX|TX as compile 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 compile options for specific

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-16 Thread Thomas Monjalon
16/03/2021 14:05, Ferruh Yigit: > On 3/12/2021 12:12 PM, Qi Zhang wrote: > > PMDs use RTE_LIBRTE__DEBUG_RX|TX as compile 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

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-16 Thread Bruce Richardson
On Tue, Mar 16, 2021 at 02:39:05PM +0100, Thomas Monjalon wrote: > 16/03/2021 14:05, Ferruh Yigit: > > On 3/12/2021 12:12 PM, Qi Zhang wrote: > > > PMDs use RTE_LIBRTE__DEBUG_RX|TX as compile option to wrap > > > data path debug code. As .config has been removed since the meson build, > > > It is n

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-16 Thread Ferruh Yigit
On 3/16/2021 1:39 PM, Thomas Monjalon wrote: 16/03/2021 14:05, Ferruh Yigit: On 3/12/2021 12:12 PM, Qi Zhang wrote: PMDs use RTE_LIBRTE__DEBUG_RX|TX as compile 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

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-16 Thread Zhang, Qi Z
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, March 16, 2021 10:13 PM > To: Thomas Monjalon > Cc: Zhang, Qi Z ; Andrew Rybchenko > ; Yigit, Ferruh ; > dev@dpdk.org; Wang, Xiao W ; Wu, Jingjing > ; Xing, Beilei ; Guo, Jia > ; Yang, Qiming ; Wang, Haiyue > > Subject: R

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-22 Thread Ferruh Yigit
On 3/16/2021 4:37 PM, Ferruh Yigit wrote: On 3/16/2021 1:39 PM, Thomas Monjalon wrote: 16/03/2021 14:05, Ferruh Yigit: On 3/12/2021 12:12 PM, Qi Zhang wrote: PMDs use RTE_LIBRTE__DEBUG_RX|TX as compile option to wrap data path debug code. As .config has been removed since the meson build, It i

Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option

2021-03-23 Thread Zhang, Qi Z
rdson, Bruce > Subject: Re: [dpdk-dev] [PATCH v2 1/8] ether: refine debug compile option > > On 3/16/2021 4:37 PM, Ferruh Yigit wrote: > > On 3/16/2021 1:39 PM, Thomas Monjalon wrote: > >> 16/03/2021 14:05, Ferruh Yigit: > >>> On 3/12/2021 12:12 PM, Qi Zhang w