Re: [dpdk-dev] [PATCH] doc: fix default mempool option

2021-10-25 Thread Thomas Monjalon
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: sta...@dpdk.org > > > > Signed-off-b

Re: [dpdk-dev] [PATCH] doc: fix default mempool option

2021-10-15 Thread 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: sta...@dpdk.org > > Signed-off-by: David Marchand Reviewed-by: Olivier Matz

[dpdk-dev] [PATCH] doc: fix default mempool option

2021-10-15 Thread David Marchand
This option should be prefixed with -- for consistency with others. Fixes: a103a97e7191 ("eal: allow user to override default mempool driver") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- doc/guides/freebsd_gsg/build_sample_apps.rst | 2 +- doc/guides/linux_gsg/build_sample_apps.rst