Add support for DPDK 22.11 52/73752/1
authorPatrice Buriez <patrice.buriez@chenapan.org>
Fri, 30 Dec 2022 07:16:54 +0000 (07:16 +0000)
committerPatrice Buriez <patrice.buriez@chenapan.org>
Fri, 30 Dec 2022 07:16:54 +0000 (07:16 +0000)
commitaa8d2de633d545a0d06dd552032f51bc0bc83d20
tree2c779ed2bfe12c0a1d35105b5742b0b4a3ccb94c
parent5efd9d81ff920b8eb546721eb6c2502ce6e887d3
Add support for DPDK 22.11

Note that DPDK must be built with 'enable_driver_sdk' option enabled,
in order to expose the PCI driver API, now marked as internal. See
http://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#api-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: I5aa57cec851a68fa2a2d2fc63d4e12311e5742f9
VNFs/DPPD-PROX/prox_port_cfg.c
VNFs/DPPD-PROX/prox_port_cfg.h