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]> --- Documentation/intro/install/dpdk.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst index b947bd5..f29ac05 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 </faq/releases>` lists support for the required + versions of DPDK for each version of Open vSwitch. + Build requirements ------------------ -- 2.9.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
