Re: [PATCH v5 1/3] malloc: add biggest free IOVA-contiguous element to stats
From: Shreyansh Jain <hidden>
Date: 2018-05-14 13:58:07
From: Shreyansh Jain <hidden>
Date: 2018-05-14 13:58:07
-----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 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 <redacted> Acked-by: Remy Horton <redacted> ---
Acked-by: Shreyansh Jain <redacted>