[PATCH] doc/guides: fix link to internal hugepage doc

David Marchand david.marchand at redhat.com
Mon Jun 17 16:29:08 CEST 2024


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 at dpdk.org

Reported-by: Alessio Igor Bogani <alessio.bogani at elettra.eu>
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 .mailmap                             | 1 +
 doc/guides/linux_gsg/enable_func.rst | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.mailmap b/.mailmap
index ccd50c7729..059b4cdc73 100644
--- a/.mailmap
+++ b/.mailmap
@@ -44,6 +44,7 @@ Aleksandr Miloshenko <a.miloshenko at f5.com>
 Aleksey Baulin <aleksey.baulin at gmail.com>
 Aleksey Katargin <gureedo at gmail.com>
 Ales Musil <amusil at redhat.com>
+Alessio Igor Bogani <alessio.bogani at elettra.eu>
 Alexander Bechikov <asb.tyum at gmail.com>
 Alexander Belyakov <abelyako at gmail.com>
 Alexander Chernavin <achernavin at netgate.com>
diff --git a/doc/guides/linux_gsg/enable_func.rst b/doc/guides/linux_gsg/enable_func.rst
index 2344d97403..5511640cb8 100644
--- a/doc/guides/linux_gsg/enable_func.rst
+++ b/doc/guides/linux_gsg/enable_func.rst
@@ -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
 ~~~~~~~~~~~~~~
-- 
2.45.1



More information about the dev mailing list