diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-10-18 14:07:46 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-10-19 12:37:06 +0000 |
commit | 117d3c4991b412a0756daadeee0a68edb0c4cf26 (patch) | |
tree | e8ce8a82dbe3cd43092bc68f15c56dd00c828c6b /tests/dpdk/dpdk_scripts/install_dpdk.sh | |
parent | 6f1348b3bcc125407d1ea03e73525c599385203d (diff) |
Update the dpdk version to 17.08
Change-Id: Idcf705d40f45c10c3c4dee694a80202d576b8026
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/dpdk/dpdk_scripts/install_dpdk.sh')
-rwxr-xr-x | tests/dpdk/dpdk_scripts/install_dpdk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dpdk/dpdk_scripts/install_dpdk.sh b/tests/dpdk/dpdk_scripts/install_dpdk.sh index 126e8cafc0..2b50c67dac 100755 --- a/tests/dpdk/dpdk_scripts/install_dpdk.sh +++ b/tests/dpdk/dpdk_scripts/install_dpdk.sh @@ -3,7 +3,7 @@ set -x # Setting variables -DPDK_VERSION=dpdk-17.05 +DPDK_VERSION=dpdk-17.08 DPDK_DIR=${DPDK_VERSION} DPDK_PACKAGE=${DPDK_DIR}.tar.xz ROOTDIR=/tmp/openvpp-testing |