]> git.proxmox.com Git - ovs.git/blobdiff - .travis/linux-build.sh
dpdk: Use DPDK 17.11.2 release.
[ovs.git] / .travis / linux-build.sh
index 004953f2e664b810c275c4bd54b2be59764163e1..c748a16660b7edf661b0438d85de597a52eafa9f 100755 (executable)
@@ -83,7 +83,7 @@ fi
 
 if [ "$DPDK" ]; then
     if [ -z "$DPDK_VER" ]; then
-        DPDK_VER="17.11.1"
+        DPDK_VER="17.11.2"
     fi
     install_dpdk $DPDK_VER
     if [ "$CC" = "clang" ]; then