On Wed, Jan 24, 2024 at 5:29 PM Stephen Hemminger <step...@networkplumber.org> wrote: > > Make sure use of RTE_LOG_DP has newline just like uses of RTE_LOG. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
I have one concern with this patch. Changing those internal macros means that future backports calling them will introduce issues in the LTS branches. This was the reason I went though the trouble of renaming macros in libraries in my previous series. -- David Marchand