> -----Original Message-----
> From: Kinsella, Ray <[email protected]>
> Sent: Tuesday, May 11, 2021 5:48 PM
> To: Xueming(Steven) Li <[email protected]>; NBU-Contact-Thomas Monjalon
> <[email protected]>
> Cc: [email protected]; Parav Pandit <[email protected]>; Neil Horman
> <[email protected]>; Wang Haiyue
> <[email protected]>
> 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 //