]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix default mempool option in guides
authorDavid Marchand <david.marchand@redhat.com>
Fri, 15 Oct 2021 08:39:41 +0000 (10:39 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Oct 2021 15:12:52 +0000 (17:12 +0200)
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 <david.marchand@redhat.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
doc/guides/freebsd_gsg/build_sample_apps.rst
doc/guides/linux_gsg/build_sample_apps.rst
doc/guides/linux_gsg/eal_args.include.rst

index 4fba671e4f5b0fc88aa8e12198ad0b37d6ad7dde..c87e982759572f2402d833f1ae4d0cbd4a8b8751 100644 (file)
@@ -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``:
index 709b301427d746d0d570eb6d856c924cc3569aa4..efd2dd23f16716c0d979dcc478f03a4e5a43fc69 100644 (file)
@@ -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``:
index 96baa4a9b0dee299c13991c415d8f81178076a9c..3549a0cf56976b272131533848c1e980e6aeb11a 100644 (file)
@@ -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.