On Fri, Feb 02, 2018 at 02:01:42PM +0530, Hemant Agrawal wrote: > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com> > --- > v2: fix checkpatch errors > > doc/guides/rel_notes/deprecation.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index d59ad59..c7d8f25 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -8,6 +8,15 @@ API and ABI deprecation notices are to be posted here. > Deprecation Notices > ------------------- > > +* eal: a new set of mbuf mempool ops name APIs for user, platform and best > + mempool names have been defined in ``rte_mbuf`` in v18.02. The uses of > + ``rte_eal_mbuf_default_mempool_ops`` shall be replaced by > + ``rte_mbuf_best_mempool_ops``. > + The following function is now redundant and it is target to be deprecated > in > + 18.05: > + > + - ``rte_eal_mbuf_default_mempool_ops`` > + > * eal: several API and ABI changes are planned for ``rte_devargs`` in v18.02. > The format of device command line parameters will change. The bus will need > to be explicitly stated in the device declaration. The enum ``rte_devtype``
Acked-by: Olivier Matz <olivier.m...@6wind.com>