summaryrefslogtreecommitdiff
path: root/Documentation/intro
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-07-06 13:53:13 -0700
committerBen Pfaff <blp@ovn.org>2018-07-06 13:53:13 -0700
commitb3ed0e1e058cba8eadebaf7fab10d0a6e1219175 (patch)
tree2e28a5705466f5f287442166658f561dcf63f628 /Documentation/intro
parent771680d96fb6f996987630cb85bb749478512268 (diff)
parent43307ad0e2543c9c8443f3ab1150ab03f4eb551c (diff)
downloadopenvswitch-b3ed0e1e058cba8eadebaf7fab10d0a6e1219175.tar.gz
Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEAD
Diffstat (limited to 'Documentation/intro')
-rw-r--r--Documentation/intro/install/dpdk.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index 085e47990..2468c641b 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -40,7 +40,7 @@ Build requirements
In addition to the requirements described in :doc:`general`, building Open
vSwitch with DPDK will require the following:
-- DPDK 17.11.2
+- DPDK 17.11.3
- A `DPDK supported NIC`_
@@ -69,9 +69,9 @@ Install DPDK
#. Download the `DPDK sources`_, extract the file and set ``DPDK_DIR``::
$ cd /usr/src/
- $ wget http://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz
- $ tar xf dpdk-17.11.2.tar.xz
- $ export DPDK_DIR=/usr/src/dpdk-stable-17.11.2
+ $ wget http://fast.dpdk.org/rel/dpdk-17.11.3.tar.xz
+ $ tar xf dpdk-17.11.3.tar.xz
+ $ export DPDK_DIR=/usr/src/dpdk-stable-17.11.3
$ cd $DPDK_DIR
#. (Optional) Configure DPDK as a shared library
@@ -170,6 +170,12 @@ Mount the hugepages, if not already mounted by default::
$ mount -t hugetlbfs none /dev/hugepages``
+.. note::
+
+ The amount of hugepage memory required can be affected by various
+ aspects of the datapath and device configuration. Refer to
+ :doc:`/topics/dpdk/memory` for more details.
+
.. _dpdk-vfio:
Setup DPDK devices using VFIO