Re: [PATCH 3/5] lib: use RTE_DIM

2024-04-16 Thread Tyler Retzlaff
On Tue, Apr 16, 2024 at 08:19:29AM -0700, Stephen Hemminger wrote: > Use RTE_DIM instead of computing directly with sizeof. > Patch automatically generated via cocci/rte_dim.cocci. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff

[PATCH 3/5] lib: use RTE_DIM

2024-04-16 Thread Stephen Hemminger
Use RTE_DIM instead of computing directly with sizeof. Patch automatically generated via cocci/rte_dim.cocci. Signed-off-by: Stephen Hemminger --- lib/cmdline/cmdline_vt100.c | 4 +++- lib/latencystats/rte_latencystats.c | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --g