aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/check_pktio.sh
blob: d82fe8aada676b9956d7552aebd75f6e60505bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
set -e

"`dirname "$0"`"/build_x86_64.sh

cd "$(dirname "$0")"/../..

echo 1000 | tee /proc/sys/vm/nr_hugepages
mkdir -p /mnt/huge
mount -t hugetlbfs nodev /mnt/huge

./platform/linux-generic/test/validation/api/pktio/pktio_run.sh

umount /mnt/huge