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

2021-10-27 Thread Medvedkin, Vladimir
Hi Thomas, On 27/10/2021 10:28, Thomas Monjalon wrote: 26/10/2021 22:30, Medvedkin, Vladimir: Hi Thomas, On 25/10/2021 19:23, Thomas Monjalon wrote: 06/09/2021 17:55, Vladimir Medvedkin: This patch adds a new parameter to the fib configuration to specify the size of the extension for interna

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

2021-10-27 Thread Thomas Monjalon
26/10/2021 22:30, Medvedkin, Vladimir: > Hi Thomas, > > On 25/10/2021 19:23, Thomas Monjalon wrote: > > 06/09/2021 17:55, Vladimir Medvedkin: > >> This patch adds a new parameter to the fib configuration to specify > >> the size of the extension for internal RIB structure. > > > > It looks to be

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

2021-10-26 Thread Medvedkin, Vladimir
Hi Thomas, On 25/10/2021 19:23, Thomas Monjalon wrote: 06/09/2021 17:55, Vladimir Medvedkin: This patch adds a new parameter to the fib configuration to specify the size of the extension for internal RIB structure. It looks to be an announced API change. What happens if the new field is not i

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

2021-10-25 Thread Thomas Monjalon
06/09/2021 17:55, Vladimir Medvedkin: > This patch adds a new parameter to the fib configuration to specify > the size of the extension for internal RIB structure. It looks to be an announced API change. What happens if the new field is not initialized in the app? At least it would deserve a note

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

2021-09-08 Thread Conor Walsh
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

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

2021-09-06 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 --- app/test-fib/main.c| 2 ++ app/test/test_fib.c| 5 + app/test/test_fib6.c | 5 + app/test/test_fib6_perf.c