Re: [PATCH] net/ionic: clean up logging issues

2024-04-26 Thread Ferruh Yigit
On 4/19/2024 11:39 PM, Stephen Hemminger wrote: > On Fri, 19 Apr 2024 13:25:56 -0700 > Andrew Boyer wrote: > >> Switch to the new RTE_LOG_LINE_PREFIX logging macro. While here, fix up >> some trailing-newline issues reported by the new macro. >> >> Signed-off-by: Andrew Boyer > > Acked-by: Step

Re: [PATCH] net/ionic: clean up logging issues

2024-04-19 Thread Stephen Hemminger
On Fri, 19 Apr 2024 13:25:56 -0700 Andrew Boyer wrote: > Switch to the new RTE_LOG_LINE_PREFIX logging macro. While here, fix up > some trailing-newline issues reported by the new macro. > > Signed-off-by: Andrew Boyer Acked-by: Stephen Hemminger

[PATCH] net/ionic: clean up logging issues

2024-04-19 Thread Andrew Boyer
Switch to the new RTE_LOG_LINE_PREFIX logging macro. While here, fix up some trailing-newline issues reported by the new macro. Signed-off-by: Andrew Boyer --- drivers/net/ionic/ionic_dev_pci.c | 7 +++ drivers/net/ionic/ionic_lif.c | 8 drivers/net/ionic/ionic_logs.h| 14