-----Original Message----- > Date: Fri, 15 Dec 2017 16:11:22 +0530 > From: Hemant Agrawal <hemant.agra...@nxp.com> > To: olivier.m...@6wind.com > CC: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] doc: announce ABI change for pktmbuf pool > create API > X-Mailer: git-send-email 2.7.4 > > Introduce a new argument ops_name in rte_mempool_set_ops_byname > for allowing the application to optionally specify the mempool ops. > > Signed-off-by: Hemant Agrawal <hemant.agra...@nxp.com>
Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > --- > v2: fix checkpatch error > > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 13e8543..968ca14 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -53,3 +53,6 @@ Deprecation Notices > > * librte_meter: The API will change to accommodate configuration profiles. > Most of the API functions will have an additional opaque parameter. > + > +* librte_mbuf: a new optional parameter for representing name of mempool_ops > + will be added to the API ``rte_pktmbuf_pool_create``. > -- > 2.7.4 >