From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v3 1/3] malloc: add biggest free IOVA-contiguous element to stats Date: Thu, 10 May 2018 14:39:45 +0100 Message-ID: <65ce9afe-831a-e576-244c-90d1e31c6b9a@intel.com> References: <777ae6b10a7524e188c07ba14e576fc7b0e21018.1524729978.git.anatoly.burakov@intel.com> <4b216f45b6b8245ed96a08466ce0c7c43a05a7f1.1525366407.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Anatoly Burakov , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3F6FE1BACC for ; Thu, 10 May 2018 15:39:48 +0200 (CEST) In-Reply-To: <4b216f45b6b8245ed96a08466ce0c7c43a05a7f1.1525366407.git.anatoly.burakov@intel.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" Logic looks ok to me. On 03/05/2018 18:17, 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 Acked-by: Remy Horton