From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2] doc: remove eal API for default mempool ops name Date: Fri, 2 Feb 2018 15:01:38 +0100 Message-ID: <20180202140138.orrwvdotxgr3upuj@platinum> References: <1517558633-27178-1-git-send-email-hemant.agrawal@nxp.com> <1517560302-27913-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas@monjalon.net, pbhagavatula@caviumnetworks.com, nipun.gupta@nxp.com, jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, dev@dpdk.org To: Hemant Agrawal Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 88C401B19 for ; Fri, 2 Feb 2018 15:01:43 +0100 (CET) Content-Disposition: inline In-Reply-To: <1517560302-27913-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Feb 02, 2018 at 02:01:42PM +0530, Hemant Agrawal wrote: > Signed-off-by: Hemant Agrawal > --- > 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