Re: [PATCH v4 12/14] lib: convert to per line logging

2023-12-20 Thread David Marchand
On Wed, Dec 20, 2023 at 2:46 PM Thomas Monjalon wrote: > > 18/12/2023 15:38, David Marchand: > > Convert many libraries that call RTE_LOG(... "\n", ...) to RTE_LOG_LINE. > > > > Note: > > - for acl and sched libraries that still has some debug multilines > > messages, a direct call to RTE_LOG is

Re: [PATCH v4 12/14] lib: convert to per line logging

2023-12-20 Thread Thomas Monjalon
18/12/2023 15:38, David Marchand: > Convert many libraries that call RTE_LOG(... "\n", ...) to RTE_LOG_LINE. > > Note: > - for acl and sched libraries that still has some debug multilines > messages, a direct call to RTE_LOG is used: this will make it easier to > notice such special cases, [.