* [dpdk-dev] [PATCH] doc: fix default mempool option
@ 2021-10-15 8:39 David Marchand
2021-10-15 12:26 ` Olivier Matz
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2021-10-15 8:39 UTC (permalink / raw)
To: dev
Cc: stable, Bruce Richardson, Santosh Shukla, Olivier Matz, Hemant Agrawal
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>
---
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix default mempool option
2021-10-15 8:39 [dpdk-dev] [PATCH] doc: fix default mempool option David Marchand
@ 2021-10-15 12:26 ` Olivier Matz
2021-10-25 15:15 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2021-10-15 12:26 UTC (permalink / raw)
To: David Marchand
Cc: dev, stable, Bruce Richardson, Santosh Shukla, Hemant Agrawal
On Fri, Oct 15, 2021 at 10:39:41AM +0200, David Marchand wrote:
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: fix default mempool option
2021-10-15 12:26 ` Olivier Matz
@ 2021-10-25 15:15 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-10-25 15:15 UTC (permalink / raw)
To: David Marchand
Cc: dev, stable, Bruce Richardson, Santosh Shukla, Hemant Agrawal,
Olivier Matz
15/10/2021 14:26, Olivier Matz:
> On Fri, Oct 15, 2021 at 10:39:41AM +0200, David Marchand wrote:
> > 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>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-25 15:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 8:39 [dpdk-dev] [PATCH] doc: fix default mempool option David Marchand
2021-10-15 12:26 ` Olivier Matz
2021-10-25 15:15 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).