Re: [dpdk-dev] [PATCH 1/2] malloc: add biggest free IOVA-contiguous element to stats

2018-04-25 Thread Burakov, Anatoly
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 Burako

[dpdk-dev] [PATCH 1/2] malloc: add biggest free IOVA-contiguous element to stats

2018-04-25 Thread Anatoly Burakov
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 --- lib/librte_eal/common/include/rte_mallo