X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doc%2Fguides%2Ftools%2Fpdump.rst;h=7c2b73e72819b7187aa7aeef1db7fbdc1a788893;hb=e8ef60f387e74690ffc8e80d5a3aa2ac7a043b81;hp=5168c81abae3ca40b6e8f4e64637c8564bcfd864;hpb=29058550643267a554e0368806dece63b047c5cb;p=deb_dpdk.git 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=], [mbuf-size=], [total-num-mbufs=]' - [--server-socket-path=] - [--client-socket-path=] 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~