X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Ftools%2Fpdump.rst;fp=doc%2Fguides%2Fsample_app_ug%2Fpdump.rst;h=57097e4353ca3ff0c3b98a0ad51669e8a511811e;hb=6b3e017e5d25f15da73f7700f7f2ac553ef1a2e9;hp=ac0e7c9625e53563a38a29d8c5eeb0987b641e18;hpb=32e04ea00cd159613e04acef75e52bfca6eeff2f;p=deb_dpdk.git diff --git a/doc/guides/sample_app_ug/pdump.rst b/doc/guides/tools/pdump.rst similarity index 94% rename from doc/guides/sample_app_ug/pdump.rst rename to doc/guides/tools/pdump.rst index ac0e7c96..57097e43 100644 --- a/doc/guides/sample_app_ug/pdump.rst +++ b/doc/guides/tools/pdump.rst @@ -1,4 +1,3 @@ - .. BSD LICENSE Copyright(c) 2016 Intel Corporation. All rights reserved. All rights reserved. @@ -37,6 +36,8 @@ The ``dpdk-pdump`` tool is a Data Plane Development Kit (DPDK) tool that runs as a DPDK secondary process and is capable of enabling packet capture on dpdk ports. .. Note:: + * The ``dpdk-pdump`` tool can only be used in conjunction with a primary + application which has the packet capture framework initialized already. * The ``dpdk-pdump`` tool depends on libpcap based PMD which is disabled by default in the build configuration files, @@ -119,8 +120,8 @@ Can be either a pcap file name or any Linux iface. * To receive ingress and egress packets separately ``rx-dev`` and ``tx-dev`` should both be passed with the different file names or the Linux iface names. - * To receive ingress and egress packets separately ``rx-dev`` and ``tx-dev`` - should both be passed with the same file names or the the Linux iface names. + * To receive ingress and egress packets together, ``rx-dev`` and ``tx-dev`` + should both be passed with the same file name or the same Linux iface name. ``ring-size``: Size of the ring. This value is used internally for ring creation. The ring will be used to enqueue the packets from