summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2017-06-20 13:57:03 +0100
committerJustin Pettit <jpettit@ovn.org>2017-07-06 10:52:16 -0700
commitfb16fec66498814d70b4154abce7b897ccd94280 (patch)
tree2e7b376b950eefbb849c075d99dc51a66f300eb7 /.travis
parentadd49d45bb7e87ad2ad8ccef8d6447ca8a57c89c (diff)
downloadopenvswitch-fb16fec66498814d70b4154abce7b897ccd94280.tar.gz
docs: Use DPDK 16.11.2 stable release.
Modify docs and travis linux build script to use the DPDK 16.11.2 stable branch to benefit from most recent bug fixes. Signed-off-by: Ian Stokes <ian.stokes@intel.com> Acked-by: Mark Kavanagh <mark.b.kavanagh@intel.com> Acked-by: Darrell Ball <dlu998@gmail.com> Signed-off-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/linux-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index 8750d6878..f66b53413 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -80,7 +80,7 @@ fi
if [ "$DPDK" ]; then
if [ -z "$DPDK_VER" ]; then
- DPDK_VER="16.11.1"
+ DPDK_VER="16.11.2"
fi
install_dpdk $DPDK_VER
if [ "$CC" = "clang" ]; then