From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] scripts: build with libsso Date: Fri, 1 Apr 2016 21:43:09 +0200 Message-ID: <1459539789-29971-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id D597ECE7 for ; Fri, 1 Apr 2016 21:44:52 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id 127so2889681wmu.1 for ; Fri, 01 Apr 2016 12:44:52 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Thomas Monjalon --- scripts/test-build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/test-build.sh b/scripts/test-build.sh index a486244..c37fc99 100755 --- a/scripts/test-build.sh +++ b/scripts/test-build.sh @@ -44,6 +44,7 @@ default_path=$PATH # - DPDK_DEP_ZLIB (y/[n]) # - DPDK_MAKE_JOBS (int) # - DPDK_NOTIFY (notify-send) +# - LIBSSO_PATH . $(dirname $(readlink -e $0))/load-devel-config.sh print_usage () { @@ -118,6 +119,7 @@ reset_env () unset DPDK_DEP_SZE unset DPDK_DEP_ZLIB unset AESNI_MULTI_BUFFER_LIB_PATH + unset LIBSSO_PATH unset PQOS_INSTALL_PATH } @@ -157,6 +159,8 @@ config () # sed -ri 's,(PMD_AESNI_MB=)n,\1y,' $1/.config test -z "$AESNI_MULTI_BUFFER_LIB_PATH" || \ sed -ri 's,(PMD_AESNI_GCM=)n,\1y,' $1/.config + test -z "$LIBSSO_PATH" || \ + sed -ri 's,(PMD_SNOW3G=)n,\1y,' $1/.config test "$DPDK_DEP_SSL" != y || \ sed -ri 's,(PMD_QAT=)n,\1y,' $1/.config sed -ri 's,(KNI_VHOST.*=)n,\1y,' $1/.config -- 2.7.0