Re: [dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

2021-03-08 Thread Walsh, Conor
> Hi Conor, > > Please see comment below > > > +/* > > + * If the machine does not have SSE, NEON or PPC 64 then the packets > > + * are sent one at a time using send_single_packet() > > + */ > > +#if !defined FIB_SEND_MULTI > > +static inline void > > +fib_send_single(int nb_tx, struct lcore_

Re: [dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

2021-03-08 Thread Walsh, Conor
> From: Burakov, Anatoly > Sent: Wednesday 3 March 2021 11:53 > To: Walsh, Conor ; jer...@marvell.com; > step...@networkplumber.org; Iremonger, Bernard > ; Ananyev, Konstantin > ; Medvedkin, Vladimir > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 4/5] ex

Re: [dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

2021-03-08 Thread Medvedkin, Vladimir
Hi Conor, Please see comment below On 19/02/2021 15:09, Walsh, Conor wrote: This patch implements the Forwarding Information Base (FIB) library in l3fwd using the function calls and infrastructure introduced in the previous patch. Signed-off-by: Conor Walsh --- examples/l3fwd/l3fwd_fib.c |

Re: [dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

2021-03-03 Thread Burakov, Anatoly
On 19-Feb-21 3:09 PM, Conor Walsh wrote: This patch implements the Forwarding Information Base (FIB) library in l3fwd using the function calls and infrastructure introduced in the previous patch. Signed-off-by: Conor Walsh --- +|| defined RTE_ARCH_PPC_64 +#define FI

Re: [dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

2021-03-02 Thread Ananyev, Konstantin
> > This patch implements the Forwarding Information Base (FIB) library > in l3fwd using the function calls and infrastructure introduced in > the previous patch. > > Signed-off-by: Conor Walsh > --- > examples/l3fwd/l3fwd_fib.c | 475 - > 1 file changed, 4

[dpdk-dev] [PATCH v3 4/5] examples/l3fwd: implement FIB lookup method

2021-02-19 Thread Conor Walsh
This patch implements the Forwarding Information Base (FIB) library in l3fwd using the function calls and infrastructure introduced in the previous patch. Signed-off-by: Conor Walsh --- examples/l3fwd/l3fwd_fib.c | 475 - 1 file changed, 469 insertions(+), 6 d