From 65c2bbf41f2258fea8e1639a86598f48d8251756 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 15 Oct 2021 10:39:41 +0200 Subject: [PATCH] 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 --- 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.39.5