summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2018-04-23 16:11:46 +0100
committerIan Stokes <ian.stokes@intel.com>2018-05-11 08:08:24 +0100
commitc2903770e9f865834f481d9b5abdc7e985fa1bd6 (patch)
tree9fb93dad9341413f2ccda2f2f154f4fbd0c70d21 /.travis
parentd87e08978fc3b522acb4ecb21cffb5c2108b3b33 (diff)
downloadopenvswitch-c2903770e9f865834f481d9b5abdc7e985fa1bd6.tar.gz
dpdk: Use DPDK 17.11.2 release.
Modify travis linux build script to use the latest DPDK stable release 17.11.2. Update docs for latest DPDK stable releases. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.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 19b2ccffc..2e611f809 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -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