X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=doc%2Fguides%2Ftools%2Fpdump.rst;h=16502f7a26d54c5c961485d96b095b1cc1773c0f;hp=57097e4353ca3ff0c3b98a0ad51669e8a511811e;hb=f239aed5e674965691846e8ce3f187dd47523689;hpb=bf7567fd2a5b0b28ab724046143c24561d38d015 diff --git a/doc/guides/tools/pdump.rst b/doc/guides/tools/pdump.rst index 57097e43..16502f7a 100644 --- a/doc/guides/tools/pdump.rst +++ b/doc/guides/tools/pdump.rst @@ -28,6 +28,7 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.. _pdump_tool: dpdk-pdump Application ====================== @@ -38,6 +39,12 @@ 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. + In dpdk, only the ``testpmd`` is modified to initialize packet capture + framework, other applications remain untouched. So, if the ``dpdk-pdump`` + tool has to be used with any application other than the testpmd, user + needs to explicitly modify that application to call packet capture + framework initialization code. Refer ``app/test-pmd/testpmd.c`` + code to see how this is done. * The ``dpdk-pdump`` tool depends on libpcap based PMD which is disabled by default in the build configuration files,