> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Saturday, September 24, 2022 03:01
> To: Guo, Junfeng <[email protected]>
> Cc: Zhang, Qi Z <[email protected]>; Wu, Jingjing
> <[email protected]>; [email protected]; [email protected]; Li,
> Xiaoyun <[email protected]>; [email protected]; Richardson,
> Bruce <[email protected]>; Lin, Xueqin <[email protected]>;
> Wang, Haiyue <[email protected]>
> Subject: Re: [PATCH v3 2/9] net/gve: add logs and OS specific
> implementation
> 
> On Fri, 23 Sep 2022 17:38:22 +0800
> Junfeng Guo <[email protected]> wrote:
> 
> > +
> > +#define PMD_DRV_LOG(level, fmt, args...) \
> > +   rte_log(RTE_LOG_ ## level, gve_logtype_driver, "%s(): " fmt "\n",
> \
> > +           __func__, ## args)
> 
> Many of your existing log messages already have newline, so using this
> common definition will create double spaced log messages.
> 
> Please audit all usages and print one newline.

Sure, will double check all the usages and update in the coming version.
Thanks!

Reply via email to