Re: [dpdk-dev] [PATCH v5 20/29] node: ipv4 lookup for arm64

2020-05-12 Thread David Marchand
On Sat, Apr 11, 2020 at 4:16 PM wrote: > > From: Nithin Dabilpuram > > Add arm64 specific IPv4 lookup process function > for ip4_lookup node. This node performs LPM lookup > on every packet received and forwards it to a next > node that is identified by lookup result. > > Signed-off-by: Nithin Da

[dpdk-dev] [PATCH v5 20/29] node: ipv4 lookup for arm64

2020-04-11 Thread jerinj
From: Nithin Dabilpuram Add arm64 specific IPv4 lookup process function for ip4_lookup node. This node performs LPM lookup on every packet received and forwards it to a next node that is identified by lookup result. Signed-off-by: Nithin Dabilpuram Signed-off-by: Kiran Kumar K Signed-off-by: P