> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Friday, June 25, 2021 12:34 PM
> To: Xueming(Steven) Li <[email protected]>
> Cc: NBU-Contact-Thomas Monjalon <[email protected]>; [email protected]; Parav 
> Pandit <[email protected]>; Ray Kinsella
> <[email protected]>; Neil Horman <[email protected]>
> Subject: Re: [dpdk-dev] [RFC] bus/auxiliary: introduce auxiliary bus
> 
> On Thu, 11 Mar 2021 21:01:13 +0800
> Xueming Li <[email protected]> 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