From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F008BA054D; Thu, 11 Feb 2021 19:19:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99F0222A23A; Thu, 11 Feb 2021 19:19:07 +0100 (CET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mails.dpdk.org (Postfix) with ESMTP id D406740147 for ; Thu, 11 Feb 2021 19:19:05 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 9C6E8B27; Thu, 11 Feb 2021 13:19:04 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 11 Feb 2021 13:19:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= j/SJnO6JqmVWRWoEcTkNucWvNwW4VJY2awIkDGAfPAk=; b=pAlhslJjs5PmGVeU bQPIwcDzKDEwNhLX3Yo0AkqJ/kyRa0x7aVgIqiUvuDoylN2B97Y+4R4m+y12Gm8R zucFJ0uPmC++u1coj9uyLYTMODnwldxp90yl8uognAGuT2/d1AC+9piWwcljl4fi 40Ilncf0SLLBXbFEcEh+RrV76T1nFMYhm3e+S9xXmYrD8wdsgzOndEIIGAs72hBY rN6iSHVzxdL5ZyES8K2m+7KIgDzegE4Ilkt8lLjgtbsHyBlP199BrcPuEWb7yqOL qltsEGp9hY4xbyTOkh+cHrkaCbO9IpECYlu/jWAOBt3vCbjIQ0fyISciJFHbAMj+ SOEwWQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=j/SJnO6JqmVWRWoEcTkNucWvNwW4VJY2awIkDGAfP Ak=; b=DYQapYncY9WF/XKFFgaQPzzHm//JWGy21Ys4J3mPvqw8lC37fV9JeV8vU 9On/KJkAX8JqzdeVVD+D86WkBzHoX2q60yMjuJ/ksRHgQuKd1w8Q/IyKd5DhND/i 1DxiFG0rmnRUpgCV6SUFhCtOnzXzQN32chT9PHKBXO2OZU3VC0VkSTjJaiuq9f7D StDnco9Zqo9B1Ub+PifAiFbJMd2M/ardcYCQHtKdhvSYT+0UGrCYu/nFu8rPRy0J c/cFc0oWXpwBIpxoh6ury0zK4vb9bMOXCaqwspfBABSntTVrhbVNrKOabj0rQupn i1zFAJmwcg2E1fJ8h3ZFdSykj3MdA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrheelgddutdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepffdvffejueetleefieeludduuefgteejleevfeekjeefieegheet ffdvkeefgedunecuffhomhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrd dvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7280524005C; Thu, 11 Feb 2021 13:19:03 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: walimisdev@gmail.com, dev@dpdk.org Date: Thu, 11 Feb 2021 19:19:01 +0100 Message-ID: <3286416.bNJGnR0ycZ@thomas> In-Reply-To: <20201206094337.37cf321b@hermes.local> References: <20201206173114.3954124-1-walimisdev@gmail.com> <20201206094337.37cf321b@hermes.local> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix wrong hugepages setting path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 06/12/2020 18:43, Stephen Hemminger: > On Mon, 7 Dec 2020 01:31:14 +0800 > walimisdev@gmail.com wrote: > > > From: Wang Liming > > > > Remove redundant "nr_hugepages" words from mlx4 and mlx5 doc. > > > > Signed-off-by: Wang Liming > > --- > > doc/guides/nics/mlx4.rst | 2 +- > > doc/guides/nics/mlx5.rst | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) [...] > > --- a/doc/guides/nics/mlx5.rst > > +++ b/doc/guides/nics/mlx5.rst > > #. Request huge pages:: > > > > - echo 1024 > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages/nr_hugepages > > + echo 1024 > /sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages > > Could we change the drivers to refer to the existing hugepages script > rather than doing "roll your own" I agree. I've sent a patch to use the new script wherever needed: https://patches.dpdk.org/patch/87877/