Skip to content

Commit

Permalink
linux-dpdk: test: wrapper: increase number of allocated huge pages
Browse files Browse the repository at this point in the history
More huge pages are required to run odp_packet_gen application when using
DPDK v19.11.

Signed-off-by: Matias Elo <[email protected]>
  • Loading branch information
MatiasElo committed Nov 1, 2023
1 parent 90f7ec1 commit cafc109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linux-dpdk/test/wrapper-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
echo "Mounting hugetlbfs"
export SIZE=2MB
export SIZE_KB=2048
export RESERVE=768
export RESERVE=1024
mount_and_reserve
res=$?
if [ $res -ne 0 ]; then
Expand Down

0 comments on commit cafc109

Please sign in to comment.