fix rte_crypto_ipsec_mb dependency 61/74061/1
authorLuc Provoost <luc.provoost@gmail.com>
Sat, 1 Jul 2023 11:12:31 +0000 (13:12 +0200)
committerLuc Provoost <luc.provoost@gmail.com>
Sat, 1 Jul 2023 11:12:31 +0000 (13:12 +0200)
commit809edd5270e8a22f2c29d711203d579fdf7addfb
tree1a346507af23ce13c074f90f6d0fbc0213f0e65e
parent439ab3d170f1a41e127a904bc5cbab1df39104ff
fix rte_crypto_ipsec_mb dependency

In order to use the cryptodev API, the rte_crypto_ipsec_mb library needs
to be installed. When that library is installed, the change in
meson.build will now make sure that handle_esp.c is also compiled, and
the 2 PROX modes (esp_enc & esp_dec) become available for use in the
PROX config files.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: Ida7f742cd3189437f25fc5e45cf48ba0d20ba7d1
VNFs/DPPD-PROX/meson.build