Skip to content

Commit 5ad4b3f

Browse files
committed
chore: keep ipsec-mb disabled temporarily
Until build issue with ipsec-mb is resolved for Mayastor, keeping it disabled with crypto. Signed-off-by: Diwakar Sharma <[email protected]>
1 parent b8957b2 commit 5ad4b3f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

configure

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,11 @@ if [ -z "${CONFIG[ENV]}" ]; then
760760
CONFIG[DPDK_DIR]="${rootdir}/dpdk/build"
761761
# Default ipsec libs
762762
if [[ "${CONFIG[CRYPTO]}" = "y" ]] && [[ $arch = x86_64* ]]; then
763-
CONFIG[IPSEC_MB]=y
764-
CONFIG[IPSEC_MB_DIR]="${rootdir}/intel-ipsec-mb/lib"
763+
# XXX: This is temporary. and will be uncommented once dependencies
764+
# for ipsec-mb library are sorted.
765+
#CONFIG[IPSEC_MB]=y
766+
#CONFIG[IPSEC_MB_DIR]="${rootdir}/intel-ipsec-mb/lib"
767+
echo "Keeping IPSEC_MB disabled"
765768
fi
766769
echo "Using default DPDK in ${CONFIG[DPDK_DIR]}"
767770
fi

0 commit comments

Comments
 (0)