Re: [PATCH v3 0/2] malloc type cleanups

2024-07-05 Thread David Marchand
On Tue, Jun 18, 2024 at 4:45 PM Stephen Hemminger wrote: > > The type parameter for malloc is only used for tracing. > Fix documentation and don't pass through heap routines. > > Stephen Hemminger (2): > rte_malloc: document that type is for tracing > eal: remove type argument from internal ro

[PATCH v3 0/2] malloc type cleanups

2024-06-18 Thread Stephen Hemminger
The type parameter for malloc is only used for tracing. Fix documentation and don't pass through heap routines. Stephen Hemminger (2): rte_malloc: document that type is for tracing eal: remove type argument from internal routines v3 - drop event/sw patch (already fixed) lib/eal/common/eal_c