From a60b63ad651f41bf1dc3130784b3fcb264c85802 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 12 Apr 2016 09:36:43 -0700 Subject: [PATCH] README: update to DPDK 16.04 Change-Id: Ic969a1d3362bb132eb6d4e5f032ebb6e71d3cee0 Signed-off-by: Daniel Verkamp --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7efd4c38f..37f17e087 100644 --- a/README.md +++ b/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 ============================