summaryrefslogtreecommitdiff
path: root/INSTALL.DPDK.md
diff options
context:
space:
mode:
authorMark Kavanagh <mark.b.kavanagh@intel.com>2015-02-17 13:20:04 -0800
committerPravin B Shelar <pshelar@nicira.com>2015-03-04 10:05:39 -0800
commitb8e57534ece5f620af7d7fa0278c8e9746dd719c (patch)
treec46e454332afd69e950b9c2f11f44d12395d70bd /INSTALL.DPDK.md
parent09c28fa3210affd9ca79303348aaa502f5821139 (diff)
downloadopenvswitch-b8e57534ece5f620af7d7fa0278c8e9746dd719c.tar.gz
lib: upgrade to DPDK v1.8.0
DPDK v1.8.0 makes significant changes to struct rte_mbuf, including removal of the 'pkt' and 'data' fields. The latter, formally a pointer, is now calculated via an offset from the start of the segment buffer. So now dp_packet data is also stored as offset from base pointer. Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com> Signed-off-by: Rory Sexton <rory.sexton@intel.com> Signed-off-by: Kevin Traynor <kevin.traynor@intel.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'INSTALL.DPDK.md')
-rw-r--r--INSTALL.DPDK.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md
index 4c443e57c..276fe562e 100644
--- a/INSTALL.DPDK.md
+++ b/INSTALL.DPDK.md
@@ -16,13 +16,13 @@ OVS needs a system with 1GB hugepages support.
Building and Installing:
------------------------
-Required DPDK 1.7
+Required DPDK 1.8.0
1. Configure build & install DPDK:
1. Set `$DPDK_DIR`
```
- export DPDK_DIR=/usr/src/dpdk-1.7.1
+ export DPDK_DIR=/usr/src/dpdk-1.8.0
cd $DPDK_DIR
```
@@ -158,7 +158,7 @@ Using the DPDK with ovs-vswitchd:
```
6. Add bridge & ports
-
+
To use ovs-vswitchd with DPDK, create a bridge with datapath_type
"netdev" in the configuration database. For example: