Re: [dpdk-dev] [PATCH v3 0/4] introduce global debug flag

2020-07-13 Thread Stephen Hemminger
On Tue, 14 Jul 2020 00:39:43 +0200 Lukasz Wojciechowski wrote: > W dniu 11.07.2020 o 17:11, Thomas Monjalon pisze: > > 09/07/2020 15:48, Lukasz Wojciechowski: > >> This set of patches introduces a global rte_debug flag for dpdk. > >> This will allow easy switch to debug build configuration usin

Re: [dpdk-dev] [PATCH v3 0/4] introduce global debug flag

2020-07-13 Thread Lukasz Wojciechowski
W dniu 13.07.2020 o 11:04, Bruce Richardson pisze: > On Sat, Jul 11, 2020 at 05:11:52PM +0200, Thomas Monjalon wrote: >> 09/07/2020 15:48, Lukasz Wojciechowski: >>> This set of patches introduces a global rte_debug flag for dpdk. >>> This will allow easy switch to debug build configuration using

Re: [dpdk-dev] [PATCH v3 0/4] introduce global debug flag

2020-07-13 Thread Lukasz Wojciechowski
W dniu 11.07.2020 o 17:11, Thomas Monjalon pisze: > 09/07/2020 15:48, Lukasz Wojciechowski: >> This set of patches introduces a global rte_debug flag for dpdk. >> This will allow easy switch to debug build configuration using a single >> flag. In the debug mode a RTE_DEBUG macro is defined to 1 >

Re: [dpdk-dev] [PATCH v3 0/4] introduce global debug flag

2020-07-13 Thread Bruce Richardson
On Sat, Jul 11, 2020 at 05:11:52PM +0200, Thomas Monjalon wrote: > 09/07/2020 15:48, Lukasz Wojciechowski: > > This set of patches introduces a global rte_debug flag for dpdk. > > This will allow easy switch to debug build configuration using a single > > flag. In the debug mode a RTE_DEBUG macro i

Re: [dpdk-dev] [PATCH v3 0/4] introduce global debug flag

2020-07-11 Thread Thomas Monjalon
09/07/2020 15:48, Lukasz Wojciechowski: > This set of patches introduces a global rte_debug flag for dpdk. > This will allow easy switch to debug build configuration using a single > flag. In the debug mode a RTE_DEBUG macro is defined to 1 > and for every enabled to be built library a RTE_DEBUG_{l

[dpdk-dev] [PATCH v3 0/4] introduce global debug flag

2020-07-09 Thread Lukasz Wojciechowski
This set of patches introduces a global rte_debug flag for dpdk. This will allow easy switch to debug build configuration using a single flag. In the debug mode a RTE_DEBUG macro is defined to 1 and for every enabled to be built library a RTE_DEBUG_{library name} and for every enabled to be built d