aboutsummaryrefslogtreecommitdiff
path: root/test/linux-dpdk
diff options
context:
space:
mode:
authorBalakrishna Garapati <balakrishna.garapati@linaro.org>2017-06-30 09:44:36 +0200
committerBalakrishna Garapati <balakrishna.garapati@linaro.org>2017-06-30 09:57:10 +0200
commit263f18fbc1cfb37d513d48fe99a82f8a7a74c3a9 (patch)
tree3ee926cd6d5f01bd0bc059a3098cf358bbab3871 /test/linux-dpdk
parentfba1d3ab00e529670840749a9ea18542eca16792 (diff)
Revert "linux-dpdk: crypto accelaration support"
This reverts commit 9a842d413264bbd12c17d25640056e331e3b7f29. Signed-off-by: Balakrishna Garapati <balakrishna.garapati@linaro.org>
Diffstat (limited to 'test/linux-dpdk')
-rwxr-xr-xtest/linux-dpdk/wrapper-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linux-dpdk/wrapper-script.sh b/test/linux-dpdk/wrapper-script.sh
index 0dc2d23c2..3bb52d9cf 100755
--- a/test/linux-dpdk/wrapper-script.sh
+++ b/test/linux-dpdk/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}
# where to mount huge pages
export HUGEPAGEDIR=${HUGEPAGEDIR:-/mnt/huge}