travis: update to DPDK 17.02

Change-Id: I6d774f56808eddf21c63e8896037d0f220edb819
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-02-27 10:34:31 -07:00 committed by Jim Harris
parent 97e15fedb8
commit 519fc95fd6

View File

@ -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