Skip to content

Commit 7a69410

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 <diwakar.sharma@datacore.com>
1 parent 3d24db0 commit 7a69410

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configure

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,10 @@ 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"
765767
fi
766768
echo "Using default DPDK in ${CONFIG[DPDK_DIR]}"
767769
fi

0 commit comments

Comments
 (0)