Re: [PATCH 2/2] latencystats: replace use of VLA

2024-07-09 Thread David Marchand
On Tue, May 7, 2024 at 4:54 AM Stephen Hemminger wrote: > > The temporary array latencystats is not needed if the algorithm > is converted into one pass. > > Signed-off-by: Stephen Hemminger > Acked-by: Morten Brørup > Acked-by: Tyler Retzlaff Series applied, thanks for the cleanup. -- Davi

[PATCH 2/2] latencystats: replace use of VLA

2024-05-06 Thread Stephen Hemminger
The temporary array latencystats is not needed if the algorithm is converted into one pass. Signed-off-by: Stephen Hemminger Acked-by: Morten Brørup Acked-by: Tyler Retzlaff --- lib/latencystats/rte_latencystats.c | 31 +++-- 1 file changed, 16 insertions(+), 15 deletio