Re: [PATCH dpdk v2 14/16] rib6,fib6,lpm6: remove duplicate constants

2024-10-04 Thread Stephen Hemminger
On Fri, 04 Oct 2024 13:54:42 +0200 "Robin Jarry" wrote: > Stephen Hemminger, Oct 04, 2024 at 01:12: > > On Tue, 1 Oct 2024 10:17:26 +0200 > > Robin Jarry wrote: > > > >> Replace all address size and max depth macros with common ones from > >> rte_ip6.h. > >> > >> Signed-off-by: Robin Jarry

Re: [PATCH dpdk v2 14/16] rib6,fib6,lpm6: remove duplicate constants

2024-10-04 Thread Robin Jarry
Stephen Hemminger, Oct 04, 2024 at 01:12: On Tue, 1 Oct 2024 10:17:26 +0200 Robin Jarry wrote: Replace all address size and max depth macros with common ones from rte_ip6.h. Signed-off-by: Robin Jarry This looks good but since these #defines are in public headers you need to leave a copy

[PATCH dpdk v2 14/16] rib6,fib6,lpm6: remove duplicate constants

2024-10-01 Thread Robin Jarry
Replace all address size and max depth macros with common ones from rte_ip6.h. Signed-off-by: Robin Jarry --- app/test/test_fib6.c | 50 ++-- lib/fib/rte_fib6.c | 6 +++--- lib/fib/rte_fib6.h | 4 lib/fib/trie.c | 6 +++--- lib/fib/trie.h