doc/guides: fix link to internal hugepage doc
Checks
Commit Message
As reported by Alessio, the link to the hugepage mapping page is broken.
Fixes: 979bb5d493fb ("doc: add more instructions for running as non-root")
Cc: stable@dpdk.org
Reported-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
.mailmap | 1 +
doc/guides/linux_gsg/enable_func.rst | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
Comments
17/06/2024 16:29, David Marchand:
> As reported by Alessio, the link to the hugepage mapping page is broken.
>
> Fixes: 979bb5d493fb ("doc: add more instructions for running as non-root")
> Cc: stable@dpdk.org
>
> Reported-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
> -See `Hugepage Mapping <hugepage_mapping>`_
> -section to learn how these limits affect EAL.
> +See :ref:`Hugepage Mapping <hugepage_mapping>` section to learn how these limits affect EAL.
Applied, thanks.
@@ -44,6 +44,7 @@ Aleksandr Miloshenko <a.miloshenko@f5.com>
Aleksey Baulin <aleksey.baulin@gmail.com>
Aleksey Katargin <gureedo@gmail.com>
Ales Musil <amusil@redhat.com>
+Alessio Igor Bogani <alessio.bogani@elettra.eu>
Alexander Bechikov <asb.tyum@gmail.com>
Alexander Belyakov <abelyako@gmail.com>
Alexander Chernavin <achernavin@netgate.com>
@@ -85,8 +85,7 @@ need to be adjusted in order to ensure normal DPDK operation:
The above limits can usually be adjusted by editing
``/etc/security/limits.conf`` file, and rebooting.
-See `Hugepage Mapping <hugepage_mapping>`_
-section to learn how these limits affect EAL.
+See :ref:`Hugepage Mapping <hugepage_mapping>` section to learn how these limits affect EAL.
Device Control
~~~~~~~~~~~~~~