node: add generic IPv4 lookup
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Sat, 11 Apr 2020 14:14:18 +0000 (19:44 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 5 May 2020 21:40:22 +0000 (23:40 +0200)
commit0555f11c2e0fe2a6b6da7778670d326ee4eb4f7d
treea483043b349d90608bdc7c09dc574ef376ff23fd
parent947d7f682f2ff6ec225f3caafc836da09a707a0f
node: add generic IPv4 lookup

Add IPv4 lookup process function for ip4_lookup node.
This node performs LPM lookup using simple RTE_LPM API on every packet
received and forwards it to a next node that is identified by lookup
result.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
doc/api/doxy-api-index.md
lib/librte_node/Makefile
lib/librte_node/ip4_lookup.c [new file with mode: 0644]
lib/librte_node/meson.build
lib/librte_node/rte_node_ip4_api.h [new file with mode: 0644]