Re: [PATCH 1/4] latencystats: use alloca instead of vla trivial

2024-04-07 Thread Stephen Hemminger
On Sun, 7 Apr 2024 11:36:59 +0200 Mattias Rönnblom wrote: > On 2024-04-06 17:28, Morten Brørup wrote: > >> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > >> Sent: Thursday, 4 April 2024 19.15 > >> > >> RFC sample illustrating simple conversion of VLA to alloca(). > >> > >> Signed-of

Re: [PATCH 1/4] latencystats: use alloca instead of vla trivial

2024-04-07 Thread Mattias Rönnblom
On 2024-04-06 17:28, Morten Brørup wrote: From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] Sent: Thursday, 4 April 2024 19.15 RFC sample illustrating simple conversion of VLA to alloca(). Signed-off-by: Tyler Retzlaff --- [...] --- a/lib/latencystats/rte_latencystats.c +++ b/lib/

RE: [PATCH 1/4] latencystats: use alloca instead of vla trivial

2024-04-06 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 4 April 2024 19.15 > > RFC sample illustrating simple conversion of VLA to alloca(). > > Signed-off-by: Tyler Retzlaff > --- [...] > --- a/lib/latencystats/rte_latencystats.c > +++ b/lib/latencystats/rte_latencystat