Lines Matching refs:pdump
6 dpdk-pdump Application
9 The ``dpdk-pdump`` tool is a Data Plane Development Kit (DPDK) tool that runs as
13 * The ``dpdk-pdump`` tool can only be used in conjunction with a primary
16 framework, other applications remain untouched. So, if the ``dpdk-pdump``
22 * The ``dpdk-pdump`` tool depends on DPDK pcap PMD, so the system should
26 * The ``dpdk-pdump`` tool runs as a DPDK secondary process. It exits when
37 ./<build_dir>/app/dpdk-pdump --
39 --pdump '(port=<port id> | device_id=<pci id or vdev name>),
48 will be running on unique cores for all ``--pdump`` options. If ignored,
49 capture will be running on single core for all ``--pdump`` options.
51 The ``--pdump`` command line option is mandatory and it takes various sub arguments which are descr…
60 …* Multiple instances of ``--pdump`` can be passed to capture packets on different port and queue c…
63 The ``--pdump`` parameters
74 * As of now the ``dpdk-pdump`` tool cannot capture the packets of virtual devices
77 …(here the ``dpdk-pdump`` tool) overwrites the ``rte_eth_devices[]`` entries of the primary process.
120 $ sudo ./<build_dir>/app/dpdk-pdump -l 3 -- --pdump 'port=0,queue=*,rx-dev=/tmp/rx.pcap'
121 …$ sudo ./<build_dir>/app/dpdk-pdump -l 3,4,5 -- --multi --pdump 'port=0,queue=*,rx-dev=/tmp/rx-1.p…