readme: update instructions to use DPDK 17.02
Change-Id: I2acefeaa22871d860fd546a792cfbe498c2dfda1 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
c210a81fd9
commit
77e6598dcb
12
README.md
12
README.md
@ -58,16 +58,16 @@ FreeBSD:
|
|||||||
Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required.
|
Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required.
|
||||||
|
|
||||||
1) cd /path/to/spdk
|
1) cd /path/to/spdk
|
||||||
2) wget http://fast.dpdk.org/rel/dpdk-16.11.tar.xz
|
2) wget http://fast.dpdk.org/rel/dpdk-17.02.tar.xz
|
||||||
3) tar xf dpdk-16.11.tar.xz
|
3) tar xf dpdk-17.02.tar.xz
|
||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
|
|
||||||
4) (cd dpdk-16.11 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.)
|
4) (cd dpdk-17.02 && make install T=x86_64-native-linuxapp-gcc DESTDIR=.)
|
||||||
|
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
|
|
||||||
4) (cd dpdk-16.11 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.)
|
4) (cd dpdk-17.02 && gmake install T=x86_64-native-bsdapp-clang DESTDIR=.)
|
||||||
|
|
||||||
Build Configuration
|
Build Configuration
|
||||||
===================
|
===================
|
||||||
@ -102,11 +102,11 @@ If you followed the instructions above for building DPDK:
|
|||||||
|
|
||||||
Linux:
|
Linux:
|
||||||
|
|
||||||
make DPDK_DIR=./dpdk-16.11/x86_64-native-linuxapp-gcc
|
make DPDK_DIR=./dpdk-17.02/x86_64-native-linuxapp-gcc
|
||||||
|
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
|
|
||||||
gmake DPDK_DIR=./dpdk-16.11/x86_64-native-bsdapp-clang
|
gmake DPDK_DIR=./dpdk-17.02/x86_64-native-bsdapp-clang
|
||||||
|
|
||||||
Hugepages and Device Binding
|
Hugepages and Device Binding
|
||||||
============================
|
============================
|
||||||
|
Loading…
Reference in New Issue
Block a user