Re: [dpdk-dev] [PATCH v5 00/13] rte_log registration usage improvement

2020-07-06 Thread Jerin Jacob
On Fri, Jul 3, 2020 at 7:26 PM David Marchand wrote: > > On Wed, Jul 1, 2020 at 2:34 PM wrote: > > > > From: Jerin Jacob > > > > This patch series improves the rte_log registration code snippet by > > avoiding duplication of the code around registration by > > introducing RTE_LOG_REGISTER macro.

Re: [dpdk-dev] [PATCH v5 00/13] rte_log registration usage improvement

2020-07-03 Thread David Marchand
On Wed, Jul 1, 2020 at 2:34 PM wrote: > > From: Jerin Jacob > > This patch series improves the rte_log registration code snippet by > avoiding duplication of the code around registration by > introducing RTE_LOG_REGISTER macro. > > Drivers not adapted to new macro > ~~