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

2021-05-05 Thread Ferruh Yigit
On 5/5/2021 1:21 PM, Michał Krawczyk wrote: > śr., 5 maj 2021 o 13:45 Ferruh Yigit napisał(a): >> >> On 4/1/2021 3:30 PM, Ferruh Yigit wrote: >>> 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 remo

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

2021-05-05 Thread Michał Krawczyk
śr., 5 maj 2021 o 13:45 Ferruh Yigit napisał(a): > > On 4/1/2021 3:30 PM, Ferruh Yigit wrote: > > 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 friend

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

2021-05-05 Thread Ferruh Yigit
On 4/1/2021 3:30 PM, Ferruh Yigit wrote: > 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. >> >> The

Re: [dpdk-dev] [PATCH v6 1/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. The patch introduces below build options for data path deb

[dpdk-dev] [PATCH v6 1/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. The patch introduces below build options for data path debug, so PMD can choose to reuse them to av