From 9235d43d231b103285be539ebe64d37620fe9930 Mon Sep 17 00:00:00 2001 From: PiotrX Kleski Date: Mon, 12 Oct 2020 15:33:11 +0200 Subject: 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 Reviewed-by: Fan Zhang Change-Id: I2ff9e7cd0c35cff9fa642895301a26a5350ea94e --- build/external/packages/dpdk.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build/external/packages/dpdk.mk') diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk index 06f9d193d63..a4460ca8862 100644 --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -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, \ -- cgit 1.2.3-korg