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

2019-02-26 Thread Dharmik Thakkar
> On Feb 20, 2019, at 5:08 PM, Stephen Hemminger > wrote: > > On Wed, 20 Feb 2019 17:00:20 -0600 > 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

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

2019-02-20 Thread Stephen Hemminger
On Wed, 20 Feb 2019 17:00:20 -0600 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 o

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

2019-02-20 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