Re: [PATCH v2 00/14] Use RTE_LOG_LINE in drivers

2024-10-04 Thread David Marchand
On Thu, Sep 12, 2024 at 10:27 AM David Marchand wrote: > > This is a continuation of the cleanup effort in logging macros. > > As a reminder of what this series is about, RTE_LOG_LINE() has been > introduced to check that the format string does not contain a trailing \n. > The goal was to prevent

Re: [PATCH v2 00/14] Use RTE_LOG_LINE in drivers

2024-09-16 Thread Patrick Robb
Recheck-request: iol-intel-Functional Rerunning with David's DTS patch mentioned above.

Re: [PATCH v2 00/14] Use RTE_LOG_LINE in drivers

2024-09-16 Thread David Marchand
On Thu, Sep 12, 2024 at 10:27 AM David Marchand wrote: > > This is a continuation of the cleanup effort in logging macros. > > As a reminder of what this series is about, RTE_LOG_LINE() has been > introduced to check that the format string does not contain a trailing \n. > The goal was to prevent

[PATCH v2 00/14] Use RTE_LOG_LINE in drivers

2024-09-12 Thread David Marchand
This is a continuation of the cleanup effort in logging macros. As a reminder of what this series is about, RTE_LOG_LINE() has been introduced to check that the format string does not contain a trailing \n. The goal was to prevent from: - introducing multilines log messages (ugly and unhelpful for