Skip to content

Commit

Permalink
doc: Link to release FAQ from DPDK install guide
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
stephenfin authored and blp committed Apr 13, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 618a5b4 commit 624f620
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/index.rst
Original file line number Diff line number Diff line change
@@ -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 <faq/releases>`

- **Tutorials:** :doc:`tutorials/ovs-advanced` |
:doc:`tutorials/ovn-sandbox`
5 changes: 5 additions & 0 deletions Documentation/intro/install/dpdk.rst
Original file line number Diff line number Diff line change
@@ -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 </faq/releases>` lists support for the required
versions of DPDK for each version of Open vSwitch.

Build requirements
------------------

0 comments on commit 624f620

Please sign in to comment.