Restore rw_reg and hw_direct_stats 55/73755/1
authorPatrice Buriez <patrice.buriez@chenapan.org>
Mon, 2 Jan 2023 12:51:54 +0000 (12:51 +0000)
committerPatrice Buriez <patrice.buriez@chenapan.org>
Mon, 2 Jan 2023 12:51:54 +0000 (12:51 +0000)
commita085fb09d70d024413844df9d1c343fdc28ded1d
treedc3cbe28ca83b205102d4da0ad82e111a8ab0bfb
parent8912be9d61200a3ad8b30a33e362be963eb8c4bb
Restore rw_reg and hw_direct_stats

Note that DPDK 21.11 and above must be built with 'enable_driver_sdk'
option enabled, in order to expose the rte_eth_devices array, now marked
as internal. See
http://doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html#abi-changes
for details. This is done by supplying the '-Denable_driver_sdk=true'
command line parameter, either to 'meson setup', or later on to 'meson
configure', before running 'ninja' and 'ninja install'.

Signed-off-by: Patrice Buriez <patrice.buriez@chenapan.org>
Change-Id: I20db8971818a29ec495b6d8d79cf46f2204631a5
VNFs/DPPD-PROX/commands.c
VNFs/DPPD-PROX/meson.build
VNFs/DPPD-PROX/rw_reg.c
VNFs/DPPD-PROX/stats_port.c