[dpdk-dev] [PATCH v1 1/2] crypto/aesni_mb: support IPsec MUlti-buffer lib v0.49

Thomas Monjalon thomas at monjalon.net
Sat Mar 31 15:40:02 CEST 2018


27/03/2018 14:14, Kovacevic, Marko:
> From: Marko Kovacevic <marko.kovacevic at intel.com>
> 
> Signed-off-by: Marko Kovacevic <marko.kovacevic at intel.com>

No comment at all?
This new version doesn't work with the env variable.
It is probably worth few words.

> --- a/devtools/test-build.sh
> +++ b/devtools/test-build.sh
> @@ -183,8 +183,6 @@ config () # <directory> <target> <options>
>  		test -z "$ARMV8_CRYPTO_LIB_PATH" || \
>  		sed -ri   's,(PMD_ARMV8_CRYPTO=)n,\1y,' $1/.config
>  		test -z "$AESNI_MULTI_BUFFER_LIB_PATH" || \
> -		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

The purpose of test-build.sh is to test the build :)
So you need to provide a way to enable this PMD if the dependency
is available. Look at DPDK_DEP_SSL as an example.




More information about the dev mailing list