summaryrefslogtreecommitdiff
path: root/INSTALL.DPDK.md
diff options
context:
space:
mode:
authormweglicx <michalx.weglicki@intel.com>2015-12-23 10:20:22 +0000
committerDaniele Di Proietto <diproiettod@vmware.com>2016-01-25 18:37:17 -0800
commit02ab4b1a6a173979a51cabd7000a34546d517e60 (patch)
treee85da5ee33538455a2da009e33bcb514609325a3 /INSTALL.DPDK.md
parent363b34f0a3e91143da2ca664fdf32a572ac6ad89 (diff)
downloadopenvswitch-02ab4b1a6a173979a51cabd7000a34546d517e60.tar.gz
Update relevant artifacts to add support for DPDK v2.2.0.
Following changes have been applied: - INSTALL.DPDK.md: change DPDK version number, - build.sh: change DPDK version number. Signed-off-by: Michal Weglicki <michalx.weglicki@intel.com> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'INSTALL.DPDK.md')
-rw-r--r--INSTALL.DPDK.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 96b686c2f..c601358e7 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -16,7 +16,7 @@ OVS needs a system with 1GB hugepages support.
Building and Installing:
------------------------
-Required: DPDK 2.1
+Required: DPDK 2.2
Optional (if building with vhost-cuse): `fuse`, `fuse-devel` (`libfuse-dev`
on Debian/Ubuntu)
@@ -24,7 +24,7 @@ on Debian/Ubuntu)
1. Set `$DPDK_DIR`
```
- export DPDK_DIR=/usr/src/dpdk-2.1
+ export DPDK_DIR=/usr/src/dpdk-2.2
cd $DPDK_DIR
```
@@ -473,7 +473,7 @@ the vswitchd.
DPDK vhost:
-----------
-DPDK 2.1 supports two types of vhost:
+DPDK 2.2 supports two types of vhost:
1. vhost-user
2. vhost-cuse
@@ -494,7 +494,7 @@ with OVS.
DPDK vhost-user Prerequisites:
-------------------------
-1. DPDK 2.1 with vhost support enabled as documented in the "Building and
+1. DPDK 2.2 with vhost support enabled as documented in the "Building and
Installing section"
2. QEMU version v2.1.0+
@@ -576,7 +576,7 @@ with OVS.
DPDK vhost-cuse Prerequisites:
-------------------------
-1. DPDK 2.1 with vhost support enabled as documented in the "Building and
+1. DPDK 2.2 with vhost support enabled as documented in the "Building and
Installing section"
As an additional step, you must enable vhost-cuse in DPDK by setting the
following additional flag in `config/common_linuxapp`: