README: update to DPDK 16.04

Change-Id: Ic969a1d3362bb132eb6d4e5f032ebb6e71d3cee0
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-04-12 09:36:43 -07:00 committed by Jim Harris
parent bdece622f5
commit a60b63ad65

View File

@ -53,16 +53,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://dpdk.org/browse/dpdk/snapshot/dpdk-2.2.0.tar.gz 2) wget http://dpdk.org/browse/dpdk/snapshot/dpdk-16.04.tar.gz
3) tar xfz dpdk-2.2.0.tar.gz 3) tar xfz dpdk-16.04.tar.gz
Linux: 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: 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 Building
======== ========
@ -76,11 +76,11 @@ If you followed the instructions above for building DPDK:
Linux: 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: 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 Hugepages and Device Binding
============================ ============================