summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2017-09-22 01:59:33 -0700
committerDarrell Ball <dlu998@gmail.com>2017-09-22 01:59:33 -0700
commitdad35c4f2eaa75c5b6a47f91479f171c38909baa (patch)
tree6d30c4dd299cd6913ac460e512fd71f4c52a69bd /.travis
parentbde94613e6276d48a6e0be7a592ebcf9836b4aaf (diff)
downloadopenvswitch-dad35c4f2eaa75c5b6a47f91479f171c38909baa.tar.gz
docs: Use DPDK 17.05.2 release.
Modify docs and travis linux build script to use the DPDK 17.05.2 release branch to benefit from most recent bug fixes. There are no new features introduced in the DPDK release, only back ported bug fixes. For completeness these bug fixes have been documented under the 17.05.2 section in the link below. http://dpdk.org/doc/guides-17.05/rel_notes/release_17_05.html Signed-off-by: Ian Stokes <ian.stokes@intel.com> Signed-off-by: Darrell Ball <dlu998@gmail.com>
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 bc7c7087d..4d6459f63 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -81,7 +81,7 @@ fi
if [ "$DPDK" ]; then
if [ -z "$DPDK_VER" ]; then
- DPDK_VER="17.05.1"
+ DPDK_VER="17.05.2"
fi
install_dpdk $DPDK_VER
if [ "$CC" = "clang" ]; then