Lines Matching refs:pdump
4 DPDK pdump Library and pdump Tool
13 packet capture framework consists of the DPDK pdump library and DPDK pdump
25 The :ref:`dpdk-pdump <pdump_tool>` tool is developed based on the
27 of enabling or disabling packet capture on DPDK ports. The ``dpdk-pdump`` tool
37 capture framework and acts as a server, and the ``dpdk-pdump`` tool acts as a
39 launched first, and then the ``dpdk-pdump`` tool. Packets from ``testpmd``
46 * The ``dpdk-pdump`` tool can only be used in conjunction with a primary
49 other applications remain untouched. So, if the ``dpdk-pdump`` tool has to
53 for ``pdump`` keyword to see how this is done.
55 * The ``dpdk-pdump`` tool depends on the libpcap based PMD.
61 The overview of using the Packet Capture Framework and the ``dpdk-pdump`` tool
69 Packet capturing on a DPDK port using the dpdk-pdump tool.
75 The following steps demonstrate how to run the ``dpdk-pdump`` tool to capture
83 #. Launch the pdump tool as follows::
85 sudo <build_dir>/app/dpdk-pdump -- \
86 --pdump 'port=0,queue=*,rx-dev=/tmp/capture.pcap'