[dpdk-dev] [PATCH 11/16] net/dpaa: enable Tx queue taildrop

Gagandeep Singh G.Singh at nxp.com
Thu Mar 5 07:49:36 CET 2020


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? 


More information about the dev mailing list