From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: announce API/ABI changes for mempool Date: Tue, 08 Aug 2017 02:10:33 +0200 Message-ID: <9396041.i886fWP5Uj@xps> References: <20170713091231.13314-1-santosh.shukla@caviumnetworks.com> <20170803142133.GA13939@jerin> <20170805202402.giildw6to52xksno@glumotte.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier MATZ , Jerin Jacob To: Santosh Shukla Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E89962986 for ; Tue, 8 Aug 2017 02:10:35 +0200 (CEST) In-Reply-To: <20170805202402.giildw6to52xksno@glumotte.dev.6wind.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" > > > An API/ABI change is planned for 17.11 to change following > > > > > > * Remove unused flag param from rte_mempool_generic_get and _put. > > > * Change data type for mempool 'flag' from int to unsigned int. > > > Refer [1]. > > > * Add struct rte_mempool * param into func rte_mempool_xmem_size, > > > rte_mempool_xmem_usage to make it mempool aware. > > > Refer [2]. > > > > > > [1] http://dpdk.org/dev/patchwork/patch/25603/ > > > [2] http://dpdk.org/dev/patchwork/patch/25605/ > > > > > > Signed-off-by: Santosh Shukla > > > > Acked-by: Jerin Jacob > > Acked-by: Olivier Matz Applied, thanks