From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v5 1/3] malloc: add biggest free IOVA-contiguous element to stats Date: Mon, 14 May 2018 13:58:03 +0000 Message-ID: References: <064458eb7fc48457ed4e7fed521e11e68cb32c62.1526305599.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "remy.horton@intel.com" To: Anatoly Burakov , "dev@dpdk.org" Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0084.outbound.protection.outlook.com [104.47.0.84]) by dpdk.org (Postfix) with ESMTP id 612D41C878 for ; Mon, 14 May 2018 15:58:07 +0200 (CEST) In-Reply-To: <064458eb7fc48457ed4e7fed521e11e68cb32c62.1526305599.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" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Anatoly Burakov > Sent: Monday, May 14, 2018 7:17 PM > To: dev@dpdk.org > Cc: remy.horton@intel.com > Subject: [dpdk-dev] [PATCH v5 1/3] malloc: add biggest free IOVA- > contiguous element to stats >=20 > 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. >=20 > Signed-off-by: Anatoly Burakov > Acked-by: Remy Horton > --- >=20 Acked-by: Shreyansh Jain