* [dpdk-dev] [PATCH] scripts: build with libsso
@ 2016-04-01 19:43 Thomas Monjalon
2016-04-04 12:28 ` De Lara Guarch, Pablo
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2016-04-01 19:43 UTC (permalink / raw)
To: pablo.de.lara.guarch; +Cc: dev
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
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 () # <directory> <target> <options>
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] scripts: build with libsso
2016-04-01 19:43 [dpdk-dev] [PATCH] scripts: build with libsso Thomas Monjalon
@ 2016-04-04 12:28 ` De Lara Guarch, Pablo
2016-04-07 21:06 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-04-04 12:28 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Friday, April 01, 2016 8:43 PM
> To: De Lara Guarch, Pablo
> Cc: dev@dpdk.org
> Subject: [PATCH] scripts: build with libsso
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] scripts: build with libsso
2016-04-04 12:28 ` De Lara Guarch, Pablo
@ 2016-04-07 21:06 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-04-07 21:06 UTC (permalink / raw)
To: dev; +Cc: De Lara Guarch, Pablo
> > Subject: [PATCH] scripts: build with libsso
> >
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-07 21:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01 19:43 [dpdk-dev] [PATCH] scripts: build with libsso Thomas Monjalon
2016-04-04 12:28 ` De Lara Guarch, Pablo
2016-04-07 21:06 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).