aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-03-26 00:08:15 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-04-25 22:56:48 +0300
commit9f5bcd3fb3b6bcadd66ac8c66c24d96f1bde70d2 (patch)
tree578c4f36001d2b14b2ae38848271deb03622f2ec /platform/linux-dpdk/test
parente6c1dea32196b11681b2b91a3966b7eac73189f1 (diff)
linux-dpdk: major rewrite of crypto module
Rewrite crypto module, simplifying operations, making them actually work. For now there is no support for AEAD modes (GCM, CCM), they will be supported later. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-and-tested-by: Matias Elo <matias.elo@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-dpdk/test')
-rwxr-xr-xplatform/linux-dpdk/test/wrapper-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/test/wrapper-script.sh b/platform/linux-dpdk/test/wrapper-script.sh
index b0596291f..23ebec202 100755
--- a/platform/linux-dpdk/test/wrapper-script.sh
+++ b/platform/linux-dpdk/test/wrapper-script.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-export ODP_PLATFORM_PARAMS=${ODP_PLATFORM_PARAMS:--n 4 --vdev "crypto_openssl"}
+export ODP_PLATFORM_PARAMS=${ODP_PLATFORM_PARAMS:--n 4 --vdev "crypto_openssl" --vdev crypto_null}
# where to mount huge pages
export HUGEPAGEDIR=${HUGEPAGEDIR:-/mnt/huge}
# exit codes expected by automake for skipped tests