From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from lfbn-lil-1-110-231.w90-45.abo.wanadoo.fr ([90.45.197.231] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ehbuY-00037l-FG; Fri, 02 Feb 2018 15:01:51 +0100 Received: by droids-corp.org (sSMTP sendmail emulation); Fri, 02 Feb 2018 15:01:38 +0100 Date: Fri, 2 Feb 2018 15:01:38 +0100 From: Olivier Matz To: Hemant Agrawal Cc: thomas@monjalon.net, pbhagavatula@caviumnetworks.com, nipun.gupta@nxp.com, jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1517560302-27913-1-git-send-email-hemant.agrawal@nxp.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v2] doc: remove eal API for default mempool ops name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 14:01:43 -0000 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