Re: [dpdk-dev] [PATCH v3 2/5] examples/l3fwd: move l3fwd routes to common header

2021-03-08 Thread Medvedkin, Vladimir
On 19/02/2021 15:09, Walsh, Conor wrote: To prevent code duplication from the addition of lookup methods the routes specified in lpm should be moved to a common header. Signed-off-by: Conor Walsh --- examples/l3fwd/l3fwd_common_route.h | 48 +++ examples/l3fwd/l3fwd_lpm.c

Re: [dpdk-dev] [PATCH v3 2/5] examples/l3fwd: move l3fwd routes to common header

2021-03-02 Thread Ananyev, Konstantin
> > To prevent code duplication from the addition of lookup methods > the routes specified in lpm should be moved to a common header. > > Signed-off-by: Conor Walsh > --- > examples/l3fwd/l3fwd_common_route.h | 48 +++ > examples/l3fwd/l3fwd_lpm.c | 74 +++--

[dpdk-dev] [PATCH v3 2/5] examples/l3fwd: move l3fwd routes to common header

2021-02-19 Thread Conor Walsh
To prevent code duplication from the addition of lookup methods the routes specified in lpm should be moved to a common header. Signed-off-by: Conor Walsh --- examples/l3fwd/l3fwd_common_route.h | 48 +++ examples/l3fwd/l3fwd_lpm.c | 74 +++-- 2 f