From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 7A2DAA0350;
	Tue, 23 Jun 2020 07:56:40 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 7AE681D567;
	Tue, 23 Jun 2020 07:56:38 +0200 (CEST)
Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com
 [209.85.128.51]) by dpdk.org (Postfix) with ESMTP id 758A51D547
 for <dev@dpdk.org>; Tue, 23 Jun 2020 07:56:37 +0200 (CEST)
Received: by mail-wm1-f51.google.com with SMTP id o8so20671wmh.4
 for <dev@dpdk.org>; Mon, 22 Jun 2020 22:56:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=emumba-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id;
 bh=jAy0RlvJ0dkt56bM5adz51LuLYCVgRTzd1pk6yH8IxY=;
 b=soZNizFLUlnQU+RIt+HkTkqBpE0biZg3uEkduva52COi3N9424V28ftiPGIbiBc9qG
 c8nzZOZ1nFbk+c7GaJsQQFBMWrggJFZiq5a1ajk4rhjiv9cX7mVQIIXS4dPIP3EEW968
 CzR/su0sW4hYzTiHxlNS/dnul3AnHhBGmI3DVheR01rzVbQdd3Ki39RbsXXVh9DdqR2U
 4k7v/fOetDDR/MFGzER+KMkzVv5d3j7pTKwTbroittG6GaU2GKUgx6bfCUg5keQ2PPB3
 pZOx7MfhQcRIzu5sGAqhSVUMRi9JQRPdQL23piRys4LhRxgic2dkgTCdeHeY18J1Dr1R
 FRng==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id;
 bh=jAy0RlvJ0dkt56bM5adz51LuLYCVgRTzd1pk6yH8IxY=;
 b=E57EF2rs93cWSr2TAyHaDK81jHeYopm13ZY61CloRKN82LEvkTi4S178Cy6a9no58i
 vHPclyEq/LFCzH09IJ6hXbZy8Ig+6sLLjEJ2fmWruciaf0SrFvKRYwVoG+7W7D/776C/
 vL9oxjx8eRkYL/RgLv+iJWyzFMc3+wUVRHpjdLySGqulllxcG19NgzGAAHC2xTlrVmz8
 vsbM+ja39GVi/FLrmLGJ/Wj/sOeKmdvXpWqW+fG/sNw8vbZvOfVBeAwEpQpuFPMpHBy7
 50bnoOUDYwUbGF/PUE7nXLfqybXNpOJcQLmNjEIbiDVaLO0aj36w2TVd26AFTO6k2Loj
 Urwg==
X-Gm-Message-State: AOAM530hZr0fbvqA0NLsP3Dn9N5UdaQi4YsLmumesmklLvLiiACy/Zxe
 BcGhkoU24gAe0y8t8ZMOExwm0RZjx6XWkvOB
X-Google-Smtp-Source: ABdhPJwuyxwr7laMmka7DxVZPYfx/YXP6yqSSOTEU2kGAWk2SBmkQdAPpTlO1X9/UZ0PpW7sCL2h0Q==
X-Received: by 2002:a1c:4143:: with SMTP id o64mr21543579wma.157.1592891796869; 
 Mon, 22 Jun 2020 22:56:36 -0700 (PDT)
Received: from localhost.localdomain ([39.40.106.242])
 by smtp.gmail.com with ESMTPSA id v4sm5782119wro.26.2020.06.22.22.56.33
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Mon, 22 Jun 2020 22:56:36 -0700 (PDT)
From: Sarosh Arif <sarosh.arif@emumba.com>
To: dev@dpdk.org, john.mcnamara@intel.com, sthemmin@microsoft.com,
 jerinj@marvell.com, mczekaj@marvell.com, marko.kovacevic@intel.com
Cc: stable@dpdk.org,
	Sarosh Arif <sarosh.arif@emumba.com>
Date: Tue, 23 Jun 2020 10:55:59 +0500
Message-Id: <20200623055559.19068-1-sarosh.arif@emumba.com>
X-Mailer: git-send-email 2.17.1
Subject: [dpdk-dev] [PATCH] doc: fix references to /dev/huge
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

change /dev/huge to /dev/hugepages

Bugzilla ID: 492
Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
---
 doc/guides/faq/faq.rst       | 2 +-
 doc/guides/nics/thunderx.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/faq/faq.rst b/doc/guides/faq/faq.rst
index f19c1389b..bb1df7dc8 100644
--- a/doc/guides/faq/faq.rst
+++ b/doc/guides/faq/faq.rst
@@ -18,7 +18,7 @@ The number of pages allocated can be seen by executing the following command::
 
 Once all the pages are mmapped by an application, they stay that way.
 If you start a test application with less than the maximum, then you have free pages.
-When you stop and restart the test application, it looks to see if the pages are available in the ``/dev/huge`` directory and mmaps them.
+When you stop and restart the test application, it looks to see if the pages are available in the ``/dev/hugepages`` directory and mmaps them.
 If you look in the directory, you will see ``n`` number of 2M pages files. If you specified 1024, you will see 1024 page files.
 These are then placed in memory segments to get contiguous memory.
 
diff --git a/doc/guides/nics/thunderx.rst b/doc/guides/nics/thunderx.rst
index f42133e54..b1ef9eba5 100644
--- a/doc/guides/nics/thunderx.rst
+++ b/doc/guides/nics/thunderx.rst
@@ -156,7 +156,7 @@ This section provides instructions to configure SR-IOV with Linux OS.
       -netdev tap,id=net0,ifname=tap0,script=/etc/qemu-ifup_thunder \
       -device virtio-net-device,netdev=net0 \
       -serial stdio \
-      -mem-path /dev/huge
+      -mem-path /dev/hugepages
 
 #. Enable **VFIO-NOIOMMU** mode (optional):
 
-- 
2.17.1