From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 05 Apr 2016 02:37:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="79273498" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.220.51]) ([10.237.220.51]) by fmsmga004.fm.intel.com with ESMTP; 05 Apr 2016 02:27:36 -0700 To: Thomas Monjalon , dev@dpdk.org References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1458205511-29688-1-git-send-email-olivier.matz@6wind.com> <8248283.E0WSGJaAKf@xps13> Cc: Olivier Matz From: "Hunt, David" Message-ID: <57038507.5030404@intel.com> Date: Tue, 5 Apr 2016 10:27:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <8248283.E0WSGJaAKf@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: mempool ABI deprecation notice for 16.07 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 09:37:14 -0000 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.