]> git.proxmox.com Git - mirror_ovs.git/commitdiff
Docs: Improve OVS DPDK version mapping notice.
authorIan Stokes <ian.stokes@intel.com>
Thu, 12 Jul 2018 18:48:42 +0000 (19:48 +0100)
committerIan Stokes <ian.stokes@intel.com>
Tue, 24 Jul 2018 21:35:45 +0000 (22:35 +0100)
A common issue is users pairing the incorrect version of OVS to DPDK
when working outside of the build tree.

To avoid this, this commit updates the OVS DPDK documentation to explicitly
flag that users should consult the OVS to DPDK release mapping in FAQ if
working outside of the OVS build tree.

Suggested-by: Ben Pfaff <blp@ovn.org>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Documentation/howto/dpdk.rst
Documentation/intro/install/dpdk.rst

index 82596f557a15e77a0de33742a513465d360d86a4..ab3d576b56271ccadfe0e9b175d53ecf72b302fd 100644 (file)
@@ -29,8 +29,10 @@ This document describes how to use Open vSwitch with DPDK datapath.
 
 .. important::
 
-   Using the DPDK datapath requires building OVS with DPDK support. Refer to
-   :doc:`/intro/install/dpdk` for more information.
+   Using the DPDK datapath requires building OVS with DPDK support. The
+   mapping of OVS version to DPDK can vary between releases. For version
+   mapping information refer to :doc:`releases FAQ </faq/releases>`. For
+   build instructions refer to :doc:`/intro/install/dpdk`.
 
 Ports and Bridges
 -----------------
index 2468c641b08da41cac7a21b439f712794ca29687..36501c6888b43a5f5215a997f9037901450b6ce6 100644 (file)
@@ -29,10 +29,12 @@ This document describes how to build and install Open vSwitch using a DPDK
 datapath. Open vSwitch can use the DPDK library to operate entirely in
 userspace.
 
-.. seealso::
+.. important::
 
     The :doc:`releases FAQ </faq/releases>` lists support for the required
-    versions of DPDK for each version of Open vSwitch.
+    versions of DPDK for each version of Open vSwitch. If building OVS and
+    DPDK outside of the master build tree users should consult this list
+    first.
 
 Build requirements
 ------------------