From 519fc95fd6bfcd91316d51885e8a4276d10e0c02 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 27 Feb 2017 10:34:31 -0700 Subject: [PATCH] travis: update to DPDK 17.02 Change-Id: I6d774f56808eddf21c63e8896037d0f220edb819 Signed-off-by: Daniel Verkamp --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c25d7af2..acfd787b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ addons: - libssl-dev before_script: - - wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz - - tar xf dpdk-16.11.tar.xz - - pushd dpdk-16.11 + - wget http://fast.dpdk.org/rel/dpdk-17.02.tar.xz + - tar xf dpdk-17.02.tar.xz + - pushd dpdk-17.02 - make config T=x86_64-native-linuxapp-$CC - sed -i s/CONFIG_RTE_EAL_IGB_UIO=y/CONFIG_RTE_EAL_IGB_UIO=n/ build/.config - sed -i s/CONFIG_RTE_KNI_KMOD=y/CONFIG_RTE_KNI_KMOD=n/ build/.config