From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A96FD45482; Mon, 17 Jun 2024 16:29:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 97CAC4028B; Mon, 17 Jun 2024 16:29:26 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 397B44028B for ; Mon, 17 Jun 2024 16:29:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1718634563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=y3U+iMrQRdlK+ZKqOzFIYpyQqei4skqEPE7cZ9frfUU=; b=Mpn9MXSmdQnV8pYapaLyWeNpv2HH5sR7/4Axz4Yc9RRl4poGpih7+4jVDfOTgpwWe7Ps/Q zlntkfVdRzEa9rWUoPLFrnqPjrmtC5+C5doXZUcKM441L50NJfbB6LIfOFZcALbp3J/gxq L/24LhJv4w6LROWU1V6YTywxHRgajtY= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-640-2xL9kFdFOtuqUQujKnClWw-1; Mon, 17 Jun 2024 10:29:19 -0400 X-MC-Unique: 2xL9kFdFOtuqUQujKnClWw-1 Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 7A56D19560AD; Mon, 17 Jun 2024 14:29:18 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.225.89]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 9F8941956048; Mon, 17 Jun 2024 14:29:15 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: stable@dpdk.org, Alessio Igor Bogani , Thomas Monjalon , Bruce Richardson , Dmitry Kozlyuk Subject: [PATCH] doc/guides: fix link to internal hugepage doc Date: Mon, 17 Jun 2024 16:29:08 +0200 Message-ID: <20240617142908.241314-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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 Signed-off-by: David Marchand --- .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 Aleksey Baulin Aleksey Katargin Ales Musil +Alessio Igor Bogani Alexander Bechikov Alexander Belyakov Alexander Chernavin 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 `_ -section to learn how these limits affect EAL. +See :ref:`Hugepage Mapping ` section to learn how these limits affect EAL. Device Control ~~~~~~~~~~~~~~ -- 2.45.1