node: switch IPv4 metadata to dynamic mbuf field
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Wed, 28 Oct 2020 09:30:03 +0000 (15:00 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 31 Oct 2020 15:13:10 +0000 (16:13 +0100)
commitb8d737462ede5403caddf59eaaf795133e958c77
tree1de5713a4a45174aa51e77a06d1599bb1ea5d58d
parent34d26d26b7f92b2b418af513504fead362c91806
node: switch IPv4 metadata to dynamic mbuf field

The node_mbuf_priv1 was stored in the deprecated mbuf field udata64.
It is moved to a dynamic field in order to allow removal of udata64.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
lib/librte_node/ip4_lookup.c
lib/librte_node/ip4_lookup_neon.h
lib/librte_node/ip4_lookup_sse.h
lib/librte_node/ip4_rewrite.c
lib/librte_node/node_private.h