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.

Reply via email to