Re: [PATCH v2 0/3] malloc related cleanups

2024-06-17 Thread Patrick Robb
For CI Testing: re-applying to main and retesting because main was in a bad state (now fixed by Maxime), causing a virtio_smoke fail on this series. https://git.dpdk.org/dpdk/commit/?id=6bdc14606724bc7fb3834d5ec59b1cccf98adf28 On Sat, Jun 15, 2024 at 12:02 PM Stephen Hemminger wrote: > > The typ

RE: [PATCH v2 0/3] malloc related cleanups

2024-06-15 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Saturday, 15 June 2024 18.00 > > The type parameter for malloc is only used for tracing. > Fix documentation and don't pass through heap routines. > > Stephen Hemminger (3): > rte_malloc: document that type is for tracing >

[PATCH v2 0/3] malloc related cleanups

2024-06-15 Thread Stephen Hemminger
The type parameter for malloc is only used for tracing. Fix documentation and don't pass through heap routines. Stephen Hemminger (3): rte_malloc: document that type is for tracing eal: remove type argument from internal routines event/sw: avoid snprintf truncation v2 - keep usage for traci