> -----Original Message-----
> From: Stephen Hemminger <step...@networkplumber.org>
> Sent: Friday, June 25, 2021 12:34 PM
> To: Xueming(Steven) Li <xuemi...@nvidia.com>
> Cc: NBU-Contact-Thomas Monjalon <tho...@monjalon.net>; dev@dpdk.org; Parav 
> Pandit <pa...@nvidia.com>; Ray Kinsella
> <m...@ashroe.eu>; Neil Horman <nhor...@tuxdriver.com>
> Subject: Re: [dpdk-dev] [RFC] bus/auxiliary: introduce auxiliary bus
> 
> On Thu, 11 Mar 2021 21:01:13 +0800
> Xueming Li <xuemi...@nvidia.com> wrote:
> 
> > +   AUXILIAR_LOG(DEBUG, "Auxiliary device %s on NUMA socket %i\n",
> > +                   dev->name, dev->device.numa_node);
> 
> Your log messages will be double spaced.
> The macro is already  adding a new line.

Thanks, update in next version.

> 
> > +
> > +#define AUXILIAR_LOG(level, fmt, args...) \
> > +   rte_log(RTE_LOG_ ## level, auxiliary_logtype_bus, "%s(): " fmt "\n", \
> > +           __func__, ##args)

Reply via email to