Re: [dpdk-dev] [PATCH v2 0/3] introduce global debug flag

2020-04-24 Thread Lukasz Wojciechowski
W dniu 24.04.2020 o 11:09, Bruce Richardson pisze: > On Wed, Apr 22, 2020 at 11:45:52PM +0200, Lukasz Wojciechowski wrote: >> 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 RT

Re: [dpdk-dev] [PATCH v2 0/3] introduce global debug flag

2020-04-24 Thread Bruce Richardson
On Wed, Apr 22, 2020 at 11:45:52PM +0200, Lukasz Wojciechowski wrote: > 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 b

[dpdk-dev] [PATCH v2 0/3] introduce global debug flag

2020-04-22 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 librarte a RTE_DEBUG_{library name} is also defined. These macros can