From: David Marchand Date: Fri, 15 Oct 2021 08:39:41 +0000 (+0200) Subject: doc: fix default mempool option in guides X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=65c2bbf41f2258fea8e1639a86598f48d8251756;p=dpdk.git doc: fix default mempool option in guides 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 Reviewed-by: Olivier Matz --- 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.