X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fgather.sh;fp=resources%2Flibraries%2Fbash%2Ffunction%2Fgather.sh;h=28a84ca10f8a11b92eb1e4d4db8af9fe31de6f35;hp=25df7347901bbd782ee57a799b16b80fcbb02d0f;hb=e028b8a87c736b16f5eaf95a89ed434f98973195;hpb=ca7b37a18d420b6033adbdf64d0115b554b85726 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