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 4F1DBA00C5 for ; Mon, 6 Jul 2020 10:01:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EA9AA1D70B; Mon, 6 Jul 2020 10:01:16 +0200 (CEST) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by dpdk.org (Postfix) with ESMTP id B61291D6CE for ; Mon, 6 Jul 2020 10:01:12 +0200 (CEST) Received: by mail-io1-f44.google.com with SMTP id c16so38371444ioi.9 for ; Mon, 06 Jul 2020 01:01:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emumba-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=N10WlHvy5CKi+/Seh8KLdQ/8P1tb+2fhZ81aGJ/AXME=; b=zT5xqwSfparm12TDsqnJ27ezCahHxr2rlYh42XI4f+gRfV/sXL1jaBsAu2gX4OsWmN vamZEXF9Z/HMEWUjkvON1XYp6MjOf9ET6Cqh4MBGEcGPVuuPjovIb93LkWmnJXwtWsLm MjTLwIr5z+QW8vfVfbYkkn3Tczi42BGCzGHteLnUqV63ThNtGOsbtw6fLgavNgiYncVG 5LmWap0V4hlUjwE4gEIqGPGjgDHgM/pDb5fhAONjQOn/CTXtEraAQmJHfi/kTfiiOkqj vH2JIhJSu8Uv4h0nZU7Q9Wi3UEC+QUDAJqZYFp5XX5TvLcM0OAojNv3n3S6VKW3mCJ9r 2xZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=N10WlHvy5CKi+/Seh8KLdQ/8P1tb+2fhZ81aGJ/AXME=; b=MFjeYbAM7X8W7lw6DvltKFk05Xk/rzJt0WF+gs0tx42Vt7IouykDWFDXT/VyQ1+YDZ 34zrP9V+Z3eIqQ3CKpjwp//N+qPIDnVjQat31LSmUhtX2Unq1v7xY9LGsFHBfGaXWwhM stFWVMqtItjutjTQZ4oe406M/8WWTE0AgozYUNr8msPGtEFS5NoQjgc/KOjVQMfOQFBF TntPwozxXs6Y78ZIYWshGoee+Gl6zpBsiPtRa7YTVnIOt/s81fBslr3zRj+g2VO/pJN2 XwBxQUN/ZiZwwB6oyS+gTIxvFmBAbGa+CctrvmZy94rcYKTIrVYr8OFYvm0624CPV4wU GmVQ== X-Gm-Message-State: AOAM5319oI+YKgOanpruVXSt5PGlu1A9h/S3VHMu9L5MWeKNVL0skJRz VoDrZjxo3C2mC9P0YFx+Mzhk8kBqRK/XxHI8zlBOqg== X-Google-Smtp-Source: ABdhPJwfmzWy430L1rOoGJwKy+hEg3JKp4NwSobAd7kkorcT0CYL+YFhIm5AbsNyyiwPtk+kCRkgjwglL+RCw9f8Fbc= X-Received: by 2002:a6b:9042:: with SMTP id s63mr24788112iod.195.1594022472355; Mon, 06 Jul 2020 01:01:12 -0700 (PDT) MIME-Version: 1.0 References: <20200623055559.19068-1-sarosh.arif@emumba.com> <159400495.1GMdgr3TlT@thomas> In-Reply-To: <159400495.1GMdgr3TlT@thomas> From: Sarosh Arif Date: Mon, 6 Jul 2020 13:01:01 +0500 Message-ID: To: Thomas Monjalon Cc: dev@dpdk.org, "Mcnamara, John" , sthemmin@microsoft.com, jerinj@marvell.com, mczekaj@marvell.com, "Kovacevic, Marko" , stable@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-stable] [PATCH] doc: fix references to /dev/huge 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 Mon, Jul 6, 2020 at 1:44 AM 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? > The path /dev/huge does not exist, the correct path is /dev/hugepages, so for the sake of accuracy in the documentation it should be changed. > > FYI, a similar change was done in the website by Stephen. > This bug was submitted by Stephen on bugzilla, I took notice of it and submitted a patch to correct it. This bug is not yet corrected on the website.