doc: fix default mempool option in guides
This option should be prefixed with -- for consistency with others.
Fixes: a103a97e71
("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>
This commit is contained in:
parent
4976250ea8
commit
65c2bbf41f
@ -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``:
|
||||
|
@ -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``:
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user