diff options
author | Neale Ranns <nranns@cisco.com> | 2017-05-14 10:39:44 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-05-14 10:43:10 -0700 |
commit | 383e197b63457b070da297474278f9848b6f1403 (patch) | |
tree | b66b3355344a590f44f439665ea9b54959a529b3 /dpdk-tests/dpdk_scripts/install_dpdk.sh | |
parent | 07b85d35d2fcc378b0acff814c051fca7b78cb66 (diff) |
DPDK version bump
Change-Id: Ia89d64a2c985ff949969c406f0e6cea03cc8c170
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'dpdk-tests/dpdk_scripts/install_dpdk.sh')
-rwxr-xr-x | dpdk-tests/dpdk_scripts/install_dpdk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk-tests/dpdk_scripts/install_dpdk.sh b/dpdk-tests/dpdk_scripts/install_dpdk.sh index a050eb75f7..d011f378ef 100755 --- a/dpdk-tests/dpdk_scripts/install_dpdk.sh +++ b/dpdk-tests/dpdk_scripts/install_dpdk.sh @@ -3,7 +3,7 @@ set -x # Setting variables -DPDK_VERSION=dpdk-17.02 +DPDK_VERSION=dpdk-17.05 DPDK_DIR=${DPDK_VERSION} DPDK_PACKAGE=${DPDK_DIR}.tar.xz ROOTDIR=/tmp/openvpp-testing |