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 799D4A04DD for ; Fri, 20 Nov 2020 11:51:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55E6EC8B6; Fri, 20 Nov 2020 11:51:02 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 8D47F3B5; Fri, 20 Nov 2020 11:50:57 +0100 (CET) IronPort-SDR: zL9QU5Hf4XUy4+x3oiwDwuOng6XY6gfR5rnBJJ7dgUav3gemCFjuJc0OWnrM0/jZp48RQdXnW9 Ro24Ohpr7BKg== X-IronPort-AV: E=McAfee;i="6000,8403,9810"; a="159223574" X-IronPort-AV: E=Sophos;i="5.78,356,1599548400"; d="scan'208";a="159223574" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2020 02:50:55 -0800 IronPort-SDR: cea8gu5ZL+P2j32zU68Haq/a2V7FgLzgNMHmWTtJLV99FVHARs435Ikm7OXHO1lp4Pf7Bh+ZCe bIPQ12WS+SBw== X-IronPort-AV: E=Sophos;i="5.78,356,1599548400"; d="scan'208";a="360399231" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.212.249]) ([10.213.212.249]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2020 02:50:53 -0800 To: David Marchand Cc: dev , "Yigit, Ferruh" , Bruce Richardson , padraig.j.connolly@intel.com, dpdk stable , Thomas Monjalon References: <242515b3b0d4ac57ee86cada96af90fb78e14997.1598363848.git.anatoly.burakov@intel.com> <863ac4ae1f8a1002b06e092cafba0ddaf6c7b1bd.1605783141.git.anatoly.burakov@intel.com> <232d6d0413903434d0dcef516570d424d0dfab53.1605783141.git.anatoly.burakov@intel.com> From: "Burakov, Anatoly" Message-ID: <1cc1d6ea-6791-69e0-c295-89d10e174ddb@intel.com> Date: Fri, 20 Nov 2020 10:50:51 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v4 2/2] doc/linux_gsg: update information on using hugepages 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" On 19-Nov-20 9:03 PM, David Marchand wrote: > On Thu, Nov 19, 2020 at 11:53 AM Anatoly Burakov > wrote: >> -Once the hugepage memory is reserved, to make the memory available for DPDK use, perform the following steps:: >> +If secondary process support is not required, DPDK is able to use hugepages >> +without any configuration by using "in-memory" mode. Please see >> +:ref:`linux_eal_parameters` for more details. > > There is no such reference: > > Found ninja-1.9.0 at /usr/bin/ninja > [3/4] Generating html_guides with a custom command. > Install the sphinx ReadTheDocs theme for improved html documentation > layout: https://sphinx-rtd-theme.readthedocs.io/ > /home/dmarchan/dpdk/doc/guides/linux_gsg/sys_reqs.rst:210: WARNING: > undefined label: linux_eal_parameters (if the link has no caption the > label must precede a section header) > [3/4] Running external command doc. > Building docs: Doxygen_API HTML_Guides > > Did you mean :doc: ? > > Most probably yes, i have. Fix or respin? -- Thanks, Anatoly