Use mbuf dynfield1 array in Prox 53/72853/2
authorHeinrich Kuhn <heinrich.kuhn@corigine.com>
Wed, 18 Aug 2021 14:58:46 +0000 (16:58 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Mon, 13 Sep 2021 10:05:54 +0000 (10:05 +0000)
commitd87ea3dfce75c5993564a60cadb81bfa75f20c80
tree70ac63b66466f5e636a8abcaf5e8c0e2b2363b35
parent8793304de2a9ec5035f632152b580ee6113b56f6
Use mbuf dynfield1 array in Prox

The udata64 field in the rte_mbuf struct has been removed to make more
space for the dynfield1 array. Prox used the udata64 field for various
use cases. From DPDK v20.11 and beyond use the dynfield1 field in the
rte_mbuf struct for the same functionality.

Signed-off-by: Heinrich Kuhn <heinrich.kuhn@corigine.com>
Signed-off-by: Simon Horman <simon.horman@corigine.com>
Change-Id: I0c2ba2f24bf5649ae809a54a9b0f9d6bebdd7056
VNFs/DPPD-PROX/handle_dump.c
VNFs/DPPD-PROX/handle_nsh.c
VNFs/DPPD-PROX/handle_qinq_decap4.c
VNFs/DPPD-PROX/handle_tsc.c