aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/function/gather.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-02-12 09:36:03 +0000
committerPeter Mikus <pmikus@cisco.com>2019-02-12 09:36:03 +0000
commite028b8a87c736b16f5eaf95a89ed434f98973195 (patch)
tree4b8ba2555260a2f9c08a0e0ac6c74de777af43c7 /resources/libraries/bash/function/gather.sh
parentca7b37a18d420b6033adbdf64d0115b554b85726 (diff)
Bump DPDK to 19.02
Change-Id: I9ea7b5104d3124dd6ae36fd91cf056ace9f93e3d Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/bash/function/gather.sh')
-rw-r--r--resources/libraries/bash/function/gather.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh
index 25df734790..28a84ca10f 100644
--- a/resources/libraries/bash/function/gather.sh
+++ b/resources/libraries/bash/function/gather.sh
@@ -99,7 +99,7 @@ function gather_dpdk () {
else
echo "Downloading DPDK packages of specific version from repo..."
# TODO: Can we autodetect this based on what CSIT-stable VPP uses?
- dpdk_stable_ver="dpdk-18.08.tar.xz"
+ dpdk_stable_ver="dpdk-19.02.tar.xz"
fi
# TODO: Use "wget -N" instead checking for file presence?
if [[ ! -f "${dpdk_stable_ver}" ]]; then