Searched refs:pdump (Results 1 – 18 of 18) sorted by relevance
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | packet_capture_framework.rst | 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 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 53 for ``pdump`` keyword to see how this is done. 55 * The ``dpdk-pdump`` tool depends on the libpcap based PMD. 69 Packet capturing on a DPDK port using the dpdk-pdump tool. 83 #. Launch the pdump tool as follows:: 85 sudo <build_dir>/app/dpdk-pdump -- \ [all …]
|
| H A D | debug_troubleshoot.rst | 420 Use pdump in primary to allow secondary to access port-queue pair. The
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | pdump.rst | 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 37 ./<build_dir>/app/dpdk-pdump -- 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. 63 The ``--pdump`` parameters 120 $ sudo ./<build_dir>/app/dpdk-pdump -l 3 -- --pdump 'port=0,queue=*,rx-dev=/tmp/rx.pcap' [all …]
|
| H A D | index.rst | 12 pdump
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | pdump_lib.rst | 48 secondary process ``app/pdump`` tool is responsible for enabling and disabling the packet capture o… 58 For the calls to these APIs from secondary process, the library creates the "pdump enable" request … 65 For the calls to these APIs from secondary process, the library creates the "pdump disable" request… 77 The DPDK ``app/pdump`` tool is developed based on this library to capture packets in DPDK.
|
| /f-stack/dpdk/app/pdump/ |
| H A D | meson.build | 5 deps += ['ethdev', 'kvargs', 'pdump']
|
| /f-stack/dpdk/app/ |
| H A D | meson.build | 9 'pdump',
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | meson.build | 32 deps += 'pdump'
|
| /f-stack/dpdk/lib/ |
| H A D | meson.build | 27 'power', 'pdump', 'rawdev', 'regexdev',
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 319 * **Added support for procinfo and pdump on eth vdev.** 322 stats/xstats on shared memory from a secondary process, and also pdump packets on 599 * **pdump is not compatible with old applications.** 601 As we changed to use generic multi-process communication for pdump 602 negotiation instead of previous dedicated unix socket way, pdump 603 applications, including the dpdk-pdump example and any other applications
|
| H A D | release_19_08.rst | 234 * **Updated the pdump application.** 236 Add support for pdump to exit with primary process.
|
| H A D | release_16_07.rst | 200 * A new ``app/pdump`` tool is added to demonstrate capture packets in DPDK.
|
| H A D | release_19_02.rst | 236 * pdump: The ``rte_pdump_set_socket_dir()``, the parameter ``path`` of
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 207 [pdump] (@ref rte_pdump.h),
|
| /f-stack/dpdk/lib/librte_pdump/ |
| H A D | rte_pdump.c | 17 RTE_LOG_REGISTER(pdump_logtype, lib.pdump, NOTICE);
|
| /f-stack/dpdk/app/test/ |
| H A D | meson.build | 392 test_deps += 'pdump'
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 1363 F: app/pdump/ 1364 F: doc/guides/tools/pdump.rst
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 791 When two or more DPDK applications (e.g., testpmd and dpdk-pdump) share a single
|