Loading .travis.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.travis.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading