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 B30F2A0C4B for ; Fri, 15 Oct 2021 10:40:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C58C40041; Fri, 15 Oct 2021 10:40:43 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 0AC3140041 for ; Fri, 15 Oct 2021 10:40:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634287241; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MX44kYzn2ZS+885yg3B1ZByVU4GdAm8izA3r6/r0G8o=; b=DdfxM2oA2xd/b/sNSNDYl0eFOhGBFkd0z2T+wFKFRYvGUqzo5Y90E2Qk78VTkYA35BIGT5 NQE9uiL5FSFlfmbokIIGoCLlGz1DgJvUbOQmUr8ick6C5YilnEkWC0+w2cE2ULuW/EomN/ oRhb8F5ft9vZ1WIDsgC+acLfG/qHZko= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-69-Aq4pVaroOzW43-SNk7kElg-1; Fri, 15 Oct 2021 04:40:38 -0400 X-MC-Unique: Aq4pVaroOzW43-SNk7kElg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 987155F9FD; Fri, 15 Oct 2021 08:40:36 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0D4F269219; Fri, 15 Oct 2021 08:40:33 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: stable@dpdk.org, Bruce Richardson , Santosh Shukla , Olivier Matz , Hemant Agrawal Date: Fri, 15 Oct 2021 10:39:41 +0200 Message-Id: <20211015083940.14994-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-stable] [PATCH] doc: fix default mempool option X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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" This option should be prefixed with -- for consistency with others. Fixes: a103a97e7191 ("eal: allow user to override default mempool driver") Cc: stable@dpdk.org Signed-off-by: David Marchand --- doc/guides/freebsd_gsg/build_sample_apps.rst | 2 +- doc/guides/linux_gsg/build_sample_apps.rst | 2 +- doc/guides/linux_gsg/eal_args.include.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/freebsd_gsg/build_sample_apps.rst b/doc/guides/freebsd_gsg/build_sample_apps.rst index 4fba671e4f..c87e982759 100644 --- a/doc/guides/freebsd_gsg/build_sample_apps.rst +++ b/doc/guides/freebsd_gsg/build_sample_apps.rst @@ -88,7 +88,7 @@ Other options, specific to Linux and are not supported under FreeBSD are as foll * ``--huge-dir``: The directory where hugetlbfs is mounted. -* ``mbuf-pool-ops-name``: +* ``--mbuf-pool-ops-name``: Pool ops name for mbuf to use. * ``--file-prefix``: diff --git a/doc/guides/linux_gsg/build_sample_apps.rst b/doc/guides/linux_gsg/build_sample_apps.rst index 709b301427..efd2dd23f1 100644 --- a/doc/guides/linux_gsg/build_sample_apps.rst +++ b/doc/guides/linux_gsg/build_sample_apps.rst @@ -82,7 +82,7 @@ The EAL options are as follows: * ``--huge-dir``: The directory where hugetlbfs is mounted. -* ``mbuf-pool-ops-name``: +* ``--mbuf-pool-ops-name``: Pool ops name for mbuf to use. * ``--file-prefix``: diff --git a/doc/guides/linux_gsg/eal_args.include.rst b/doc/guides/linux_gsg/eal_args.include.rst index 96baa4a9b0..3549a0cf56 100644 --- a/doc/guides/linux_gsg/eal_args.include.rst +++ b/doc/guides/linux_gsg/eal_args.include.rst @@ -199,7 +199,7 @@ Other options Display the version information on startup. -* ``mbuf-pool-ops-name``: +* ``--mbuf-pool-ops-name``: Pool ops name for mbuf to use. -- 2.23.0