Re: [dpdk-dev] The type string in the malloc library is unused

2019-09-14 Thread Alexander Pshenichnikov
Hi Morten, Look rte_memzone_reserve/rte_memzone_lookup On Fri, Sep 13, 2019 at 4:32 PM Morten Brørup wrote: > > Hi Anatoly, > > > > The functions in the DPDK malloc library takes a "type" parameter (a string, > supposedly for debug purposes), but the underlying malloc_heap functions > (whic

Re: [dpdk-dev] The type string in the malloc library is unused

2019-09-14 Thread Morten Brørup
ng purposes has apparently not been in very high demand. Med venlig hilsen / kind regards - Morten Brørup From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Saturday, September 14, 2019 8:24 AM To: Morten Brørup Subject: Re: [dpdk-dev] The type string in the malloc library

Re: [dpdk-dev] The type string in the malloc library is unused

2019-09-14 Thread Morten Brørup
urakov; Olivier Matz; Andrew Rybchenko; dev@dpdk.org > Subject: Re: [dpdk-dev] The type string in the malloc library is unused > > Hi Morten, > > Look rte_memzone_reserve/rte_memzone_lookup > > > > On Fri, Sep 13, 2019 at 4:32 PM Morten Brørup > wrote: > > &

[dpdk-dev] The type string in the malloc library is unused

2019-09-13 Thread Morten Brørup
Hi Anatoly, The functions in the DPDK malloc library takes a "type" parameter (a string, supposedly for debug purposes), but the underlying malloc_heap functions (which take the same string parameter) don't store or use this string for anything. Is the intention to implement this sometime