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.07.tar.xz - tar xf dpdk-16.07.tar.xz - pushd dpdk-16.07 - wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz - tar xf dpdk-16.11.tar.xz - pushd dpdk-16.11 - 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 README.md +6 −6 Original line number Diff line number Diff line Loading @@ -58,16 +58,16 @@ FreeBSD: Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required. 1) cd /path/to/spdk 2) wget http://fast.dpdk.org/rel/dpdk-16.07.tar.xz 3) tar xf dpdk-16.07.tar.xz 2) wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz 3) tar xf dpdk-16.11.tar.xz Linux: 4) (cd dpdk-16.07 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) 4) (cd dpdk-16.11 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) FreeBSD: 4) (cd dpdk-16.07 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) 4) (cd dpdk-16.11 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) Building ======== Loading @@ -81,11 +81,11 @@ If you followed the instructions above for building DPDK: Linux: make DPDK_DIR=./dpdk-16.07/x86_64-native-linuxapp-gcc make DPDK_DIR=./dpdk-16.11/x86_64-native-linuxapp-gcc FreeBSD: gmake DPDK_DIR=./dpdk-16.07/x86_64-native-bsdapp-clang gmake DPDK_DIR=./dpdk-16.11/x86_64-native-bsdapp-clang Hugepages and Device Binding ============================ 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.07.tar.xz - tar xf dpdk-16.07.tar.xz - pushd dpdk-16.07 - wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz - tar xf dpdk-16.11.tar.xz - pushd dpdk-16.11 - 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
README.md +6 −6 Original line number Diff line number Diff line Loading @@ -58,16 +58,16 @@ FreeBSD: Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required. 1) cd /path/to/spdk 2) wget http://fast.dpdk.org/rel/dpdk-16.07.tar.xz 3) tar xf dpdk-16.07.tar.xz 2) wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz 3) tar xf dpdk-16.11.tar.xz Linux: 4) (cd dpdk-16.07 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) 4) (cd dpdk-16.11 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) FreeBSD: 4) (cd dpdk-16.07 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) 4) (cd dpdk-16.11 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) Building ======== Loading @@ -81,11 +81,11 @@ If you followed the instructions above for building DPDK: Linux: make DPDK_DIR=./dpdk-16.07/x86_64-native-linuxapp-gcc make DPDK_DIR=./dpdk-16.11/x86_64-native-linuxapp-gcc FreeBSD: gmake DPDK_DIR=./dpdk-16.07/x86_64-native-bsdapp-clang gmake DPDK_DIR=./dpdk-16.11/x86_64-native-bsdapp-clang Hugepages and Device Binding ============================ Loading