Bump DPDK to 19.02 02/17502/1
authorPeter Mikus <pmikus@cisco.com>
Tue, 12 Feb 2019 09:36:03 +0000 (09:36 +0000)
committerPeter Mikus <pmikus@cisco.com>
Tue, 12 Feb 2019 09:36:03 +0000 (09:36 +0000)
Change-Id: I9ea7b5104d3124dd6ae36fd91cf056ace9f93e3d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/libraries/bash/function/gather.sh

index 25df734..28a84ca 100644 (file)
@@ -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