summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormaryam.tahhan <maryam.tahhan@intel.com>2014-10-13 15:17:09 +0100
committerPravin B Shelar <pshelar@nicira.com>2014-10-20 11:19:42 -0700
commitb35839f3855e3b812709c6ad1c9278f498aa9935 (patch)
tree51f243ef909c6375917353c1b52f41cdc3c4f261 /.travis.yml
parentcaeb4906d4f65fbb7873ee5efaf386b43f7b333d (diff)
downloadopenvswitch-b35839f3855e3b812709c6ad1c9278f498aa9935.tar.gz
netdev-dpdk: Move to DPDK 1.7.1
This patch updates the documentation to reflect that DPDK 1.7.1 is supported. Travis scripts have also been updated to reflect this. DPDK phy and ring ports were validated against DPDK 1.7.1. Reviewed-by: Mark D. Gray <mark.d.gray@intel.com> Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Acked-by: Daniele Di Proietto <ddiproietto@vmware.com> Acked-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dfe15e58..cd6e623cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_install: ./.travis/prepare.sh
env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=1 OPTS="--with-linux=./linux-3.16.2"
- - KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.0/build"
+ - KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.1/build"
script: ./.travis/build.sh $OPTS