[dpdk-dev] [RFC] bus/auxiliary: introduce auxiliary bus

Xueming(Steven) Li xuemingl at nvidia.com
Fri Jun 25 13:24:10 CEST 2021



> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Friday, June 25, 2021 12:34 PM
> To: Xueming(Steven) Li <xuemingl at nvidia.com>
> Cc: NBU-Contact-Thomas Monjalon <thomas at monjalon.net>; dev at dpdk.org; Parav Pandit <parav at nvidia.com>; Ray Kinsella
> <mdr at ashroe.eu>; Neil Horman <nhorman at tuxdriver.com>
> Subject: Re: [dpdk-dev] [RFC] bus/auxiliary: introduce auxiliary bus
> 
> On Thu, 11 Mar 2021 21:01:13 +0800
> Xueming Li <xuemingl at 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)


More information about the dev mailing list