Re: [dpdk-dev] [PATCH v2] fib: add rib extension size parameter

2021-11-04 Thread Thomas Monjalon
27/10/2021 17:49, Vladimir Medvedkin: > This patch adds a new parameter to the fib configuration to specify > the size of the extension for internal RIB structure. > > Signed-off-by: Vladimir Medvedkin > Tested-by: Conor Walsh > --- > --- a/doc/guides/rel_notes/release_21_11.rst > +++ b/doc/guid

[dpdk-dev] [PATCH v2] fib: add rib extension size parameter

2021-10-27 Thread Vladimir Medvedkin
This patch adds a new parameter to the fib configuration to specify the size of the extension for internal RIB structure. Signed-off-by: Vladimir Medvedkin Tested-by: Conor Walsh --- app/test-fib/main.c| 2 ++ app/test/test_fib.c| 5 + app/test/test_f