summaryrefslogtreecommitdiff
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:07:21 +0100
commit1b76faf8d11dee4dabd079b40dee90722714c236 (patch)
tree534279c7f3a10903b139a8a6ab7e19705fc61836
parente1ee9c32a47a2cf486bac04a971cd0035edff061 (diff)
downloadopenvswitch-1b76faf8d11dee4dabd079b40dee90722714c236.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>
-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 937f4c40e..90c8691e3 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-21.11/linux_gsg/linux_drivers.html
+.. _DPDK drivers documentation: https://doc.dpdk.org/guides-21.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-21.11/linux_gsg/linux_drivers.html#bifurcated-driver
+.. _bifurcated drivers: https://doc.dpdk.org/guides-21.11/linux_gsg/linux_drivers.html#bifurcated-driver
- Configure the VF MAC address::