summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2023-01-05 20:33:45 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-06 16:04:21 +0100
commit1584062b9921c3f17d0f0129d49060cad1fdf8bd (patch)
tree9abb118c3f9d597626e14eb8575bebbe57caa515 /Documentation
parent461ab419ead100ef38a3f596151e826ca3dd131d (diff)
downloadopenvswitch-1584062b9921c3f17d0f0129d49060cad1fdf8bd.tar.gz
Documentation: Fix links in the DPDK guide on physical ports.
The text enclosed in '<...>' supposed to be an actual link and not the name of the link. This generates incorrect links that lead nowhere. Also, a single underscore supposed to be used for external links. Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/topics/dpdk/phy.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/topics/dpdk/phy.rst b/Documentation/topics/dpdk/phy.rst
index cb2d5bcb7..4b0fe8dde 100644
--- a/Documentation/topics/dpdk/phy.rst
+++ b/Documentation/topics/dpdk/phy.rst
@@ -76,8 +76,8 @@ persist across reboots. In addition, there are two options available for this
kernel space driver - VFIO (Virtual Function I/O) and UIO (Userspace I/O) -
along with a number of drivers for each option. We will demonstrate examples of
both tools and will use the ``vfio-pci`` driver, which is the more secure,
-robust driver of those available. More information can be found in the `DPDK
-documentation <dpdk-drivers>`__.
+robust driver of those available. More information can be found in the
+`DPDK drivers documentation`_.
To list devices using :command:`driverctl`, run::
@@ -115,9 +115,9 @@ tool::
Open vSwitch 2.6.0 added support for DPDK 16.07, which in turn renamed the
former ``dpdk_nic_bind`` tool to ``dpdk-devbind``.
-For more information, refer to the `DPDK documentation <dpdk-drivers>`__.
+For more information, refer to the `DPDK drivers documentation`_.
-.. _dpdk-drivers: https://doc.dpdk.org/guides-22.11/linux_gsg/linux_drivers.html
+.. _DPDK drivers documentation: https://doc.dpdk.org/guides-22.11/linux_gsg/linux_drivers.html
.. _dpdk-phy-multiqueue:
@@ -394,14 +394,14 @@ in the ``options`` column of the ``Interface`` table.
.. important::
- Some DPDK port use `bifurcated drivers <bifurcated-drivers>`__,
- which means that a kernel netdevice remains when Open vSwitch is stopped.
+ Some DPDK port use `bifurcated drivers`_, which means that a kernel
+ netdevice remains when Open vSwitch is stopped.
In such case, any configuration applied to a VF would remain set on the
kernel netdevice, and be inherited from it when Open vSwitch is restarted,
even if the options described in this section are unset from Open vSwitch.
-.. _bifurcated-drivers: https://doc.dpdk.org/guides-22.11/linux_gsg/linux_drivers.html#bifurcated-driver
+.. _bifurcated drivers: https://doc.dpdk.org/guides-22.11/linux_gsg/linux_drivers.html#bifurcated-driver
- Configure the VF MAC address::