From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: mempool ABI deprecation notice for 16.07 Date: Tue, 05 Apr 2016 17:17:22 +0200 Message-ID: <1610493.5xKf5is1SH@xps13> References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <57038507.5030404@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Wiles, Keith" , "Hunt, David" , dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 4F14AE6D for ; Tue, 5 Apr 2016 17:19:01 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id u206so8889174wme.1 for ; Tue, 05 Apr 2016 08:19:01 -0700 (PDT) In-Reply-To: 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" > >>> 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 > > Acked-by: Keith Wiles Applied, thanks