crypto: fixed ipsec_mb lib dependencies

Type: fix

This patch re-enables libIPSec_MB build for the ipsecmb crypto engine
plugin.

Also since DPDK meson build relies on system installed libIPSec_MB.so
that may be inconsistent with VPP compiled one (system installed
version vs VPP locally compiled version for example), this patch also
disables all libIPSec_MB dependant PMDs from DPDK build.

Also ipsec-mb version is incresed to 0.54.

Signed-off-by: PiotrX Kleski <piotrx.kleski@intel.com>
Reviewed-by: Fan Zhang <roy.fan.zhang@intel.com>
Change-Id: I2ff9e7cd0c35cff9fa642895301a26a5350ea94e
This commit is contained in:
PiotrX Kleski
2020-10-12 15:33:11 +02:00
committed by Damjan Marion
parent 444e800f42
commit 9235d43d23
5 changed files with 24 additions and 19 deletions

View File

@@ -45,6 +45,11 @@ DPDK_DRIVERS_DISABLED := baseband/\*, \
crypto/ccp, \
crypto/dpaa_sec, \
crypto/openssl, \
crypto/aesni_mb, \
crypto/aesni_gcm, \
crypto/kasumi, \
crypto/snow3g, \
crypto/zuc, \
event/\*, \
mempool/dpaa, \
net/af_packet, \