aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dpdk/dpdk_scripts/install_dpdk.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-04-10 13:24:53 +0200
committerPeter Mikus <pmikus@cisco.com>2018-04-11 09:02:44 +0200
commit0f585d16c7f9c0425ae17544ce9c688cb7f6998b (patch)
treee175454cb09418bd7da53e57344d3ea87ded2848 /tests/dpdk/dpdk_scripts/install_dpdk.sh
parent36da555ef3da4346ceaec1cd1651658ac539e689 (diff)
Update DPDK to 18.02
- Update DPDK version to 18.02 - Code cleanup. Change-Id: I33e2aa35cc80092561a4db99d75bdc7e4b62df3a Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/dpdk/dpdk_scripts/install_dpdk.sh')
-rwxr-xr-xtests/dpdk/dpdk_scripts/install_dpdk.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/dpdk/dpdk_scripts/install_dpdk.sh b/tests/dpdk/dpdk_scripts/install_dpdk.sh
index 945defe9a2..57085f3591 100755
--- a/tests/dpdk/dpdk_scripts/install_dpdk.sh
+++ b/tests/dpdk/dpdk_scripts/install_dpdk.sh
@@ -7,7 +7,6 @@ set -x
# set arch, default to x86_64 if none given
ARCH=${1:-"x86_64"}
-
# dpdk prefers "arm64" to "aarch64" and does not allow arm64 native target
if [ $ARCH == "aarch64" ]; then
ARCH="arm64"
@@ -16,7 +15,7 @@ else
MACHINE="native"
fi
-DPDK_VERSION=dpdk-17.11
+DPDK_VERSION=dpdk-18.02
DPDK_DIR=${DPDK_VERSION}
DPDK_PACKAGE=${DPDK_DIR}.tar.xz
ROOTDIR=/tmp/openvpp-testing