Hi Ferruh, > > diff --git a/drivers/bus/dpaa/rte_bus_dpaa_version.map > b/drivers/bus/dpaa/rte_bus_dpaa_version.map > > index e6ca4361e..86f5811b0 100644 > > --- a/drivers/bus/dpaa/rte_bus_dpaa_version.map > > +++ b/drivers/bus/dpaa/rte_bus_dpaa_version.map > > @@ -94,3 +94,10 @@ DPDK_20.0 { > > > > local: *; > > }; > > + > > +EXPERIMENTAL { > > + global: > > + > > + qman_ern_poll_free; > > + qman_ern_register_cb; > > +}; > > Aren't these bus APIs internal (between net/crypto/event drivers and bus > libraries)? And they are *not* for applications to use. > > If they are only internal is there any point to make them experimental?
Yes, these are internal only APIS. So, is it ok to add them directly into DPDK_20.0 section?