Re: [dpdk-dev] [PATCH 0/3] Replace compilation time options with log level

2019-01-11 Thread Ferruh Yigit
On 11/29/2018 8:31 PM, Dharmik Thakkar wrote: > Currently, in test code, for printing extra information, > compilation time options are used. This approach does not compile the > code always. Macro needs to be set for the code to compile. > > This patchset replaces compilation time option with log

[dpdk-dev] [PATCH 0/3] Replace compilation time options with log level

2018-11-29 Thread Dharmik Thakkar
Currently, in test code, for printing extra information, compilation time options are used. This approach does not compile the code always. Macro needs to be set for the code to compile. This patchset replaces compilation time option with log level based approach, thus enabling compilation of code