[dpdk-dev] [PATCH v2 1/2] mempool: allow for user-owned mempool caches

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Apr 19 17:56:29 CEST 2016


2016-04-19 18:39, Lazaros Koromilas:
> >> Removes the API calls:
> >>
> >>     rte_mempool_sp_put_bulk(mp, obj_table, n)
> >>     rte_mempool_sc_get_bulk(mp, obj_table, n)
> >>     rte_mempool_sp_put(mp, obj)
> >>     rte_mempool_sc_get(mp, obj)
> >
> > Hmm, shouldn't we deprecate it first for a release before removing completely?
> > Let say for now you can just make them macros that calls the remaining functions or so.
> 
> How do we mark the calls as deprecated? The librte_compat stuff don't
> apply here as we don't have a different version of the same symbol or
> something. Do I need to put them as a notice?

Yes a notice and add __rte_deprecated.



More information about the dev mailing list