aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-08-04 17:05:34 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-08-04 17:06:13 +0100
commitb7bb9f3b117e59a2bd144af3f1c3465dbe636766 (patch)
tree5ce7e5bd114e6779e397a7fef8ccab356abf6dbd
parentc31467b8fa286765ef2301fd14fc0de6f9ad9844 (diff)
dpdk: set dpdk env for make check
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
-rwxr-xr-xplatform/linux-dpdk/test/wrapper-script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-dpdk/test/wrapper-script.sh b/platform/linux-dpdk/test/wrapper-script.sh
index fa62fd42b..6ea4cb2ee 100755
--- a/platform/linux-dpdk/test/wrapper-script.sh
+++ b/platform/linux-dpdk/test/wrapper-script.sh
@@ -1,5 +1,6 @@
#!/bin/bash
+export ODP_PLATFORM_PARAMS=${ODP_PLATFORM_PARAMS:--n 4}
# where to mount huge pages
export HUGEPAGEDIR=${HUGEPAGEDIR:-/mnt/huge}