From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7B3B3A0350 for ; Tue, 23 Jun 2020 07:56:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2A82B1D547; Tue, 23 Jun 2020 07:56:38 +0200 (CEST) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by dpdk.org (Postfix) with ESMTP id 37F841D547 for ; Tue, 23 Jun 2020 07:56:37 +0200 (CEST) Received: by mail-wm1-f43.google.com with SMTP id l17so1781601wmj.0 for ; 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=VYoy6Kb+E8wYZLj4AGr0faMWq//Z3OLtQgjIocrPembcIlpH5ewcE4zm6SzYOaCMiq qKnxvAls7eGhCocNCkc+FlGLpIDUnFIwNccqlcCHBXwGwZMHODyQPplvMyv1nLNznR5O 2ajOv6Wv6+ZOCTVtpYwPHt6lRiOGnQagY+PEfic6xNys95jGCxGb3ykRt/76VN9vOQeC ZA/xSDyPG2Mvp9GcowWMmgTX/IhWYA1O309gB5+Oi7frQHrOEcm3X9TtGXEfSUGLO6xo 3IMUBqKV1iRJj+d0W0Iv6u7Sl3u8dfafXR5dEkGttrn6/CKDNV4Q2USzCrS0vDJhKR8G WM/Q== X-Gm-Message-State: AOAM531k/zhXISrtXdLlXrYdpWMs/8QCKaUMh4/P/h8mqdfnMCN2xweX JNMgwk/K3PzPv8lbAKLDLt2vmQ== 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 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 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-stable] [PATCH] doc: fix references to /dev/huge X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" change /dev/huge to /dev/hugepages Bugzilla ID: 492 Signed-off-by: Sarosh Arif --- 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