doc: remove old options from pdump guide

The --server-socket-path and --client-socket-path options
have already been removed. So also remove them from the doc
to avoid confusion.

Fixes: 09f4aa2b95 ("app/pdump: remove unused socket path options")
Cc: stable@dpdk.org

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
Tiwei Bie 2018-11-22 10:51:38 +08:00 committed by Thomas Monjalon
parent 9e0e4a00df
commit 89745a4ce7

View File

@ -42,8 +42,6 @@ The tool has a number of command line options:
[ring-size=<ring size>],
[mbuf-size=<mbuf data size>],
[total-num-mbufs=<number of mbufs>]'
[--server-socket-path=<server socket dir>]
[--client-socket-path=<client socket dir>]
The ``--pdump`` command line option is mandatory and it takes various sub arguments which are described in
below section.
@ -56,14 +54,6 @@ below section.
* Multiple instances of ``--pdump`` can be passed to capture packets on different port and queue combinations.
The ``--server-socket-path`` command line option is optional. This represents the server socket directory.
If no value is passed default values are used i.e. ``/var/run/.dpdk/`` for root users and ``~/.dpdk/``
for non root users.
The ``--client-socket-path`` command line option is optional. This represents the client socket directory.
If no value is passed default values are used i.e. ``/var/run/.dpdk/`` for root users and ``~/.dpdk/``
for non root users.
The ``--pdump`` parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~