From 5dd667e15ba8816dbb7e8dfcb727ac09c8a2af83 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Fri, 4 Aug 2017 13:44:10 +0100 Subject: [PATCH] doc: remove unneeded TLB from FAQ question 2 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). Fixes: 6e718ae062d0 ("doc: release notes 1.7") Signed-off-by: Bruce Richardson 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 aa1d47d3fe..f21aff4c55 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:: -- 2.20.1