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 35B15A052B; Tue, 28 Jul 2020 12:17:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 718CC1C027; Tue, 28 Jul 2020 12:17:58 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id B031D1C025; Tue, 28 Jul 2020 12:17:55 +0200 (CEST) IronPort-SDR: ZIMIbVTySieqZSpv7ex/ogHdUO28wbxqrFCdRSGYzkmL50CgmTSyWcFo35e6A8B48y+9+f3T9i NJs3EH3jTGyw== X-IronPort-AV: E=McAfee;i="6000,8403,9695"; a="138700372" X-IronPort-AV: E=Sophos;i="5.75,406,1589266800"; d="scan'208";a="138700372" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2020 03:17:54 -0700 IronPort-SDR: sdcvEpRlWH6YDHqAQjDtXjgubkXFeXa0LHZEmRFGqCof9ZXNWIX3CIlxINKYnms3B5rykEZy2C /NM0PWqwjFPQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,406,1589266800"; d="scan'208";a="286107016" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.196.108]) ([10.213.196.108]) by orsmga003.jf.intel.com with ESMTP; 28 Jul 2020 03:17:52 -0700 To: Thomas Monjalon , Sarosh Arif Cc: dev@dpdk.org, john.mcnamara@intel.com, sthemmin@microsoft.com, jerinj@marvell.com, mczekaj@marvell.com, marko.kovacevic@intel.com, stable@dpdk.org References: <20200623055559.19068-1-sarosh.arif@emumba.com> <159400495.1GMdgr3TlT@thomas> From: "Burakov, Anatoly" Message-ID: <2cca0508-e56c-1033-149c-8be6f6156607@intel.com> Date: Tue, 28 Jul 2020 11:17:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <159400495.1GMdgr3TlT@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 05-Jul-20 9:44 PM, Thomas Monjalon wrote: > 23/06/2020 07:55, Sarosh Arif: >> change /dev/huge to /dev/hugepages >> >> Bugzilla ID: 492 >> Signed-off-by: Sarosh Arif > > Please could you explain why /dev/hugepages must be used, > in the commit log for the record? > > FYI, a similar change was done in the website by Stephen. > /dev/hugepages is the default path used by systemd (check dev-hugepages.mount unit) so this is the correct path. -- Thanks, Anatoly