README: update to DPDK 2.2.0

DPDK's install target now requires DESTDIR to be set, so change the
build instructions to set DESTDIR=. to match previous behavior.

Change-Id: Ib697c2f54704210a5b60278ba1a5b20a16f517be
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-01-05 13:18:04 -07:00
parent 3da8af26b0
commit b663d3c669

View File

@ -48,17 +48,17 @@ 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://dpdk.org/browse/dpdk/snapshot/dpdk-2.1.0.tar.gz 2) wget http://dpdk.org/browse/dpdk/snapshot/dpdk-2.2.0.tar.gz
3) tar xfz dpdk-2.1.0.tar.gz 3) tar xfz dpdk-2.2.0.tar.gz
4) cd dpdk-2.1.0 4) cd dpdk-2.2.0
Linux: Linux:
5) make install T=x86_64-native-linuxapp-gcc 5) make install T=x86_64-native-linuxapp-gcc DESTDIR=.
FreeBSD: FreeBSD:
5) gmake install T=x86_64-native-bsdapp-clang 5) gmake install T=x86_64-native-bsdapp-clang DESTDIR=.
Building Building
======== ========
@ -72,11 +72,11 @@ If you followed the instructions above for building DPDK:
Linux: Linux:
make DPDK_DIR=./dpdk-2.1.0/x86_64-native-linuxapp-gcc make DPDK_DIR=./dpdk-2.2.0/x86_64-native-linuxapp-gcc
FreeBSD: FreeBSD:
gmake DPDK_DIR=./dpdk-2.1.0/x86_64-native-bsdapp-clang gmake DPDK_DIR=./dpdk-2.2.0/x86_64-native-bsdapp-clang
Hugepages and Device Binding Hugepages and Device Binding
============================ ============================