From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2] doc: announce ABI change for pktmbuf pool create API Date: Mon, 18 Dec 2017 14:28:44 +0530 Message-ID: <20171218085843.GC20578@jerin> References: <1513333251-4147-1-git-send-email-hemant.agrawal@nxp.com> <1513334482-4788-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: olivier.matz@6wind.com, dev@dpdk.org To: Hemant Agrawal Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0088.outbound.protection.outlook.com [104.47.34.88]) by dpdk.org (Postfix) with ESMTP id 0A7F3271 for ; Mon, 18 Dec 2017 09:59:14 +0100 (CET) Content-Disposition: inline In-Reply-To: <1513334482-4788-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" -----Original Message----- > Date: Fri, 15 Dec 2017 16:11:22 +0530 > From: Hemant Agrawal > To: olivier.matz@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 Acked-by: Jerin Jacob > --- > 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 >