README: update to DPDK 16.04
Change-Id: Ic969a1d3362bb132eb6d4e5f032ebb6e71d3cee0 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
bdece622f5
commit
a60b63ad65
12
README.md
12
README.md
@ -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
|
||||
========
|
||||
@ -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…
Reference in New Issue
Block a user