Re: [PATCH 4/5] examples _use RTE_DIM

2024-04-16 Thread Tyler Retzlaff
On Tue, Apr 16, 2024 at 08:19:30AM -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 4/5] examples _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 --- examples/l3fwd/main.c | 3 +-- examples/qos_sched/init.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/l3fwd/m