From 624f62061bcdbbec88b8c329be3b059ccb82af12 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 10 Apr 2017 15:15:07 +0100 Subject: [PATCH] doc: Link to release FAQ from DPDK install guide I wanted to find the mappings of DPDK versions to OVS versions. This was a little more difficult than expected. Resolve the issue by linking to it from the DPDK install guide. Signed-off-by: Stephen Finucane Signed-off-by: Ben Pfaff --- Documentation/index.rst | 3 ++- Documentation/intro/install/dpdk.rst | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index d81e9ba3904..5210a563095 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -58,7 +58,8 @@ vSwitch? Start here. :doc:`intro/install/netbsd` | :doc:`intro/install/windows` | :doc:`intro/install/xenserver` | - :doc:`intro/install/dpdk` + :doc:`intro/install/dpdk` | + :doc:`Installation FAQs ` - **Tutorials:** :doc:`tutorials/ovs-advanced` | :doc:`tutorials/ovn-sandbox` diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst index b947bd518a4..f29ac05ddeb 100644 --- a/Documentation/intro/install/dpdk.rst +++ b/Documentation/intro/install/dpdk.rst @@ -29,6 +29,11 @@ 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:: + + The :doc:`releases FAQ ` lists support for the required + versions of DPDK for each version of Open vSwitch. + Build requirements ------------------