From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH] doc: mempool ABI deprecation notice for 16.07 Date: Tue, 5 Apr 2016 10:27:35 +0100 Message-ID: <57038507.5030404@intel.com> References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1458205511-29688-1-git-send-email-olivier.matz@6wind.com> <8248283.E0WSGJaAKf@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Olivier Matz To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BE69612A8 for ; Tue, 5 Apr 2016 11:37:13 +0200 (CEST) In-Reply-To: <8248283.E0WSGJaAKf@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/4/2016 3:38 PM, Thomas Monjalon wrote: > 2016-03-17 10:05, Olivier Matz: >> Add a deprecation notice for coming changes in mempool for 16.07. > [...] >> +* librte_mempool: new fixes and features will be added in 16.07: >> + allocation of large mempool in several virtual memory chunks, new API >> + to populate a mempool, new API to free a mempool, allocation in >> + anonymous mapping, drop of specific dom0 code. These changes will >> + induce a modification of the rte_mempool structure, plus a >> + modification of the API of rte_mempool_obj_iter(), implying a breakage >> + of the ABI. > Acked-by: Thomas Monjalon > > Other people involved in the discussion wanting to bring their support? Acked-by: David Hunt Regards, David.