Re: [PATCH 1/2] lpm: remove unnecessary temporary VLA
On Mon, May 06, 2024 at 07:53:54PM -0700, Stephen Hemminger wrote: > Do not need to recompute all the table indices. > > Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson
[PATCH 1/2] lpm: remove unnecessary temporary VLA
Do not need to recompute all the table indices. Signed-off-by: Stephen Hemminger --- lib/lpm/rte_lpm.h | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/lpm/rte_lpm.h b/lib/lpm/rte_lpm.h index 2888e5f4ca..9c6df311cb 100644 --- a/lib/lpm/rte_lpm.h +++ b/lib/lpm/rte_lp