From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH 1/2] malloc: add biggest free IOVA-contiguous element to stats Date: Wed, 25 Apr 2018 15:40:02 +0100 Message-ID: References: <90b66ba14bac0b9dc8b8a2258931463f6319e3f3.1524665242.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: shreyansh.jain@nxp.com To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 77EA57EC7 for ; Wed, 25 Apr 2018 16:40:05 +0200 (CEST) In-Reply-To: <90b66ba14bac0b9dc8b8a2258931463f6319e3f3.1524665242.git.anatoly.burakov@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 25-Apr-18 3:10 PM, Anatoly Burakov wrote: > User might be interested to find out what is the biggest chunk of > IOVA-contiguous free space that can be allocated from malloc. Add > relevant malloc-internal functions and expose this through malloc > stats calculation call. > > Signed-off-by: Anatoly Burakov > --- Note: this breaks the ABI, but ABI is already broken for this release, so it's OK. -- Thanks, Anatoly