RE: [RFC 4/4] eal/malloc: remove type argument from internal malloc routines

2024-05-07 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 25 April 2024 20.24 > > The type argument is carried through malloc heap routines but > never used. > > Signed-off-by: Stephen Hemminger > --- For the series, Acked-by: Morten Brørup

Re: [RFC 4/4] eal/malloc: remove type argument from internal malloc routines

2024-04-26 Thread Tyler Retzlaff
On Fri, Apr 26, 2024 at 03:52:29PM -0700, Stephen Hemminger wrote: > On Fri, 26 Apr 2024 09:16:27 -0700 > Tyler Retzlaff wrote: > > > > > > > diff --git a/lib/eal/common/eal_common_memzone.c > > > b/lib/eal/common/eal_common_memzone.c > > > index 32e6b78f87..2d9b6aa3e3 100644 > > > --- a/lib/ea

Re: [RFC 4/4] eal/malloc: remove type argument from internal malloc routines

2024-04-26 Thread Stephen Hemminger
On Fri, 26 Apr 2024 09:16:27 -0700 Tyler Retzlaff wrote: > > > > diff --git a/lib/eal/common/eal_common_memzone.c > > b/lib/eal/common/eal_common_memzone.c > > index 32e6b78f87..2d9b6aa3e3 100644 > > --- a/lib/eal/common/eal_common_memzone.c > > +++ b/lib/eal/common/eal_common_memzone.c > > @@

Re: [RFC 4/4] eal/malloc: remove type argument from internal malloc routines

2024-04-26 Thread Tyler Retzlaff
On Thu, Apr 25, 2024 at 11:24:01AM -0700, Stephen Hemminger wrote: > The type argument is carried through malloc heap routines but > never used. > > Signed-off-by: Stephen Hemminger > --- > lib/eal/common/eal_common_memzone.c | 6 ++--- > lib/eal/common/malloc_heap.c | 39 -

[RFC 4/4] eal/malloc: remove type argument from internal malloc routines

2024-04-25 Thread Stephen Hemminger
The type argument is carried through malloc heap routines but never used. Signed-off-by: Stephen Hemminger --- lib/eal/common/eal_common_memzone.c | 6 ++--- lib/eal/common/malloc_heap.c | 39 lib/eal/common/malloc_heap.h | 7 +++-- lib/eal/common/