Searched refs:capture (Results 1 – 17 of 17) sorted by relevance
| /dpdk/doc/guides/prog_guide/ |
| H A D | pdump_lib.rst | 13 between primary and secondary process for enabling/disabling packet capture on 16 The library provides the following APIs to initialize the packet capture framework, to enable 17 or disable the packet capture, and to uninitialize it. 20 This API initializes the packet capture framework. 23 This API enables the packet capture on a given port and queue. 26 This API enables the packet capture on a given port and queue. 39 This API disables the packet capture on a given port and queue. 45 This API uninitializes the packet capture framework. 52 capture framework. The packet capture framework, as part of its initialization, creates the 61 to enable or disable the packet capture over the multi process channel. [all …]
|
| H A D | pcapng_lib.rst | 11 The `Pcapng file format`_ is the default capture file format 12 for modern network capture processing tools 18 It is designed to be integrated with the packet capture library.
|
| H A D | member_lib.rst | 134 set to capture the node IDs that have been visited so far by the packet. Each 161 simultaneously. The example shown in the above figure uses a set to capture
|
| /dpdk/doc/guides/howto/ |
| H A D | packet_capture_framework.rst | 4 DPDK packet capture libraries and tools 12 The DPDK packet capture framework was introduced in DPDK v16.07 14 The DPDK packet capture framework consists of the libraries 23 required to allow users to initialize the packet capture framework 24 and to enable or disable packet capture. 38 Without any options it will use the packet capture framework 39 to capture traffic from the first available DPDK port. 42 the packet capture framework and acts as a server, 96 sudo <build_dir>/app/dpdk-dumpcap -w /tmp/capture.pcapng 99 Inspect packets captured in the file capture.pcapng using a tool [all …]
|
| H A D | debug_troubleshoot.rst | 405 Packet capture before and after processing :numref:`dtg_pdump`. 414 carefully staged capture packets are to be implemented. 424 Using hooks or callbacks capture the packet middle of the pipeline stage
|
| /dpdk/doc/guides/tools/ |
| H A D | dumpcap.rst | 10 It runs as a secondary DPDK process and lets you capture packets 14 Without any options set, it will use DPDK to capture traffic 27 application which has the packet capture framework initialized already. 29 packet capture framework, other applications remain untouched. 32 that application to call packet capture framework initialization code. 42 To list interfaces available for capture, use ``--list-interfaces``. 46 To capture on multiple interfaces at once, use multiple ``-I`` flags.
|
| H A D | pdump.rst | 10 a DPDK secondary process and is capable of enabling packet capture on dpdk ports. 14 application which has the packet capture framework initialized already. 15 In dpdk, only the ``testpmd`` is modified to initialize packet capture 18 needs to explicitly modify that application to call packet capture 47 The ``--multi`` command line option is optional argument. If passed, capture 49 capture will be running on single core for all ``--pdump`` options. 60 …* Multiple instances of ``--pdump`` can be passed to capture packets on different port and queue c… 74 * As of now the ``dpdk-pdump`` tool cannot capture the packets of virtual devices 81 packet capture on all queues of the eth device.
|
| /dpdk/buildtools/chkincs/ |
| H A D | meson.build | 44 check: false, capture: true).stdout().split()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_07.rst | 167 * **Added packet capture framework.** 169 * A new library ``librte_pdump`` is added to provide a packet capture API. 170 * A new ``app/pdump`` tool is added to demonstrate capture packets in DPDK.
|
| H A D | release_21_11.rst | 387 * **Revised packet capture framework.** 391 capture of multiple interfaces, filtering, 393 * New library for writing pcapng packet capture files. 397 * Fixes packet capture with stripped VLAN tags.
|
| /dpdk/lib/ |
| H A D | meson.build | 244 capture: true,
|
| /dpdk/doc/guides/nics/ |
| H A D | tap.rst | 46 It is possible to specify a remote netdevice to capture packets from by adding 59 rte_flow rules on the tap PMD to capture specific traffic (see next section for
|
| H A D | sfc_efx.rst | 468 capture-packed-stream|dpdk] (default **dont-care**) 480 **capture-packed-stream** chooses firmware for SolarCapture packed stream
|
| /dpdk/drivers/ |
| H A D | meson.build | 217 capture: true,
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_com.c | 179 u16 command_id, bool capture) in get_comp_ctxt() argument 194 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt() 200 if (capture) { in get_comp_ctxt()
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 203 * The summary line must capture the area and the impact of the change.
|
| /dpdk/ |
| H A D | MAINTAINERS | 1474 Packet capture
|