aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-04-17 15:17:07 +0300
committerMatias Elo <matias.elo@nokia.com>2023-04-18 14:23:54 +0300
commitf977a99eef65c074dd17e881085650c82c1ba58a (patch)
tree8358706caeb03145877be6b49f863370827209bb /platform/linux-dpdk
parent3e03a6e226635ab47e7d7b8e45c13fdab687e6f1 (diff)
linux-dpdk: test: wrapper: increase number of allocated huge pages
More huge pages are required to pass DMA validation tests when using DPDK v19.11. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'platform/linux-dpdk')
-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 ccbcd5d7b..c8cbae844 100755
--- a/platform/linux-dpdk/test/wrapper-script.sh
+++ b/platform/linux-dpdk/test/wrapper-script.sh
@@ -54,7 +54,7 @@ fi
echo "Mounting hugetlbfs"
export SIZE=2MB
export SIZE_KB=2048
-export RESERVE=512
+export RESERVE=768
mount_and_reserve
res=$?
if [ $res -ne 0 ]; then