From patchwork Fri Aug 4 12:44:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 27445 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 6B14B37B7; Fri, 4 Aug 2017 15:32:21 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B6C5537B7 for ; Fri, 4 Aug 2017 15:32:19 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 04 Aug 2017 06:32:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,321,1498546800"; d="scan'208";a="133590798" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by orsmga005.jf.intel.com with ESMTP; 04 Aug 2017 06:32:18 -0700 From: Bruce Richardson To: john.mcnamara@intel.com Cc: dev@dpdk.org, Bruce Richardson Date: Fri, 4 Aug 2017 13:44:10 +0100 Message-Id: <20170804124411.238646-3-bruce.richardson@intel.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170804124411.238646-1-bruce.richardson@intel.com> References: <20170804124411.238646-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH 2/3] doc: remove unneeded TLB from title of FAQ question 2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hugepages are just that, hugepages. The TLB is a sort of cache for doing address translation and does not need to be referenced in the title, since "TLB hugepages" doesn't make any sense (as there are no non-TLB hugepages that you can allocate). Signed-off-by: Bruce Richardson Acked-by: John McNamara Acked-by: John McNamara --- doc/guides/faq/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/faq/faq.rst b/doc/guides/faq/faq.rst index aa1d47d3f..f21aff4c5 100644 --- a/doc/guides/faq/faq.rst +++ b/doc/guides/faq/faq.rst @@ -37,8 +37,8 @@ Alternatively, applications can also be run as regular user. For more information, please refer to :ref:`DPDK Getting Started Guide `. -If I want to change the number of TLB Hugepages allocated, how do I remove the original pages allocated? --------------------------------------------------------------------------------------------------------- +If I want to change the number of hugepages allocated, how do I remove the original pages allocated? +---------------------------------------------------------------------------------------------------- The number of pages allocated can be seen by executing the following command::