Loading README.md +6 −6 Original line number Diff line number Diff line Loading @@ -53,16 +53,16 @@ FreeBSD: Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required. 1) cd /path/to/spdk 2) wget http://dpdk.org/browse/dpdk/snapshot/dpdk-2.2.0.tar.gz 3) tar xfz dpdk-2.2.0.tar.gz 2) wget http://dpdk.org/browse/dpdk/snapshot/dpdk-16.04.tar.gz 3) tar xfz dpdk-16.04.tar.gz Linux: 4) (cd dpdk-2.2.0 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) 4) (cd dpdk-16.04 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) FreeBSD: 4) (cd dpdk-2.2.0 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) 4) (cd dpdk-16.04 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) Building ======== Loading @@ -76,11 +76,11 @@ If you followed the instructions above for building DPDK: Linux: make DPDK_DIR=./dpdk-2.2.0/x86_64-native-linuxapp-gcc make DPDK_DIR=./dpdk-16.04/x86_64-native-linuxapp-gcc FreeBSD: gmake DPDK_DIR=./dpdk-2.2.0/x86_64-native-bsdapp-clang gmake DPDK_DIR=./dpdk-16.04/x86_64-native-bsdapp-clang Hugepages and Device Binding ============================ Loading Loading
README.md +6 −6 Original line number Diff line number Diff line Loading @@ -53,16 +53,16 @@ FreeBSD: Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required. 1) cd /path/to/spdk 2) wget http://dpdk.org/browse/dpdk/snapshot/dpdk-2.2.0.tar.gz 3) tar xfz dpdk-2.2.0.tar.gz 2) wget http://dpdk.org/browse/dpdk/snapshot/dpdk-16.04.tar.gz 3) tar xfz dpdk-16.04.tar.gz Linux: 4) (cd dpdk-2.2.0 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) 4) (cd dpdk-16.04 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.) FreeBSD: 4) (cd dpdk-2.2.0 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) 4) (cd dpdk-16.04 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.) Building ======== Loading @@ -76,11 +76,11 @@ If you followed the instructions above for building DPDK: Linux: make DPDK_DIR=./dpdk-2.2.0/x86_64-native-linuxapp-gcc make DPDK_DIR=./dpdk-16.04/x86_64-native-linuxapp-gcc FreeBSD: gmake DPDK_DIR=./dpdk-2.2.0/x86_64-native-bsdapp-clang gmake DPDK_DIR=./dpdk-16.04/x86_64-native-bsdapp-clang Hugepages and Device Binding ============================ Loading