diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-27 10:44:39 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-27 10:45:47 +0000 |
commit | a4f0fa29488e582ab8b5ef9db475b3d26ded690c (patch) | |
tree | de163f35a726d518a3f93ab6ee4ac25b8982635d /doc/guides/tools | |
parent | 29058550643267a554e0368806dece63b047c5cb (diff) |
New upstream version 18.11upstream/18.11upstream
Change-Id: I6c63198045de1e34fda8a7b4665d89d5f4a20d20
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'doc/guides/tools')
-rw-r--r-- | doc/guides/tools/pdump.rst | 10 | ||||
-rw-r--r-- | doc/guides/tools/testbbdev.rst | 3 |
2 files changed, 2 insertions, 11 deletions
diff --git a/doc/guides/tools/pdump.rst b/doc/guides/tools/pdump.rst index 5168c81a..7c2b73e7 100644 --- a/doc/guides/tools/pdump.rst +++ b/doc/guides/tools/pdump.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/guides/tools/testbbdev.rst b/doc/guides/tools/testbbdev.rst index 234a64f5..5caa9023 100644 --- a/doc/guides/tools/testbbdev.rst +++ b/doc/guides/tools/testbbdev.rst @@ -62,7 +62,8 @@ The following are the command-line options: ``-e EAL_PARAMS, --eal_params EAL_PARAMS`` Specifies EAL arguments which are passed to the test app. For more details, - refer to DPDK documentation at http://dpdk.org/doc. + refer to DPDK documentation at + http://doc.dpdk.org/guides/linux_gsg/linux_eal_parameters.html. ``-t TIMEOUT, --timeout TIMEOUT`` Specifies timeout in seconds. If not specified timeout is set to 300 seconds. |