We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d24db0 commit 7a69410Copy full SHA for 7a69410
configure
@@ -760,8 +760,10 @@ if [ -z "${CONFIG[ENV]}" ]; then
760
CONFIG[DPDK_DIR]="${rootdir}/dpdk/build"
761
# Default ipsec libs
762
if [[ "${CONFIG[CRYPTO]}" = "y" ]] && [[ $arch = x86_64* ]]; then
763
- CONFIG[IPSEC_MB]=y
764
- CONFIG[IPSEC_MB_DIR]="${rootdir}/intel-ipsec-mb/lib"
+ # XXX: This is temporary. and will be uncommented once dependencies
+ # for ipsec-mb library are sorted.
765
+ #CONFIG[IPSEC_MB]=y
766
+ #CONFIG[IPSEC_MB_DIR]="${rootdir}/intel-ipsec-mb/lib"
767
fi
768
echo "Using default DPDK in ${CONFIG[DPDK_DIR]}"
769
0 commit comments