> -----Original Message-----
> From: Kinsella, Ray <m...@ashroe.eu>
> Sent: Tuesday, May 11, 2021 5:48 PM
> To: Xueming(Steven) Li <xuemi...@nvidia.com>; NBU-Contact-Thomas Monjalon 
> <tho...@monjalon.net>
> Cc: dev@dpdk.org; Parav Pandit <pa...@nvidia.com>; Neil Horman 
> <nhor...@tuxdriver.com>; Wang Haiyue
> <haiyue.w...@intel.com>
> Subject: Re: [RFC v2] bus/auxiliary: introduce auxiliary bus
> 


// snip //

> > diff --git a/drivers/bus/auxiliary/version.map 
> > b/drivers/bus/auxiliary/version.map
> > new file mode 100644
> > index 0000000000..3d270baea7
> > --- /dev/null
> > +++ b/drivers/bus/auxiliary/version.map
> > @@ -0,0 +1,10 @@
> > +DPDK_21 {
> > +   local: *;
> > +};
> > +
> > +EXPERIMENTAL {
> > +   global:
> > +
> 
> Add a comment here to indicate the release in which the expiermental symbols 
> where added.

Good suggestion, thanks!

> 
> > +   rte_auxiliary_register;
> > +   rte_auxiliary_unregister;
> > +};

// snip //

Reply via email to