Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 17 of 17) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dpdump_lib.rst13 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 Dpcapng_lib.rst11 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 Dmember_lib.rst134 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 Dpacket_capture_framework.rst4 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 Ddebug_troubleshoot.rst405 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 Ddumpcap.rst10 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 Dpdump.rst10 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 Dmeson.build44 check: false, capture: true).stdout().split()
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst167 * **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 Drelease_21_11.rst387 * **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 Dmeson.build244 capture: true,
/dpdk/doc/guides/nics/
H A Dtap.rst46 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 Dsfc_efx.rst468 capture-packed-stream|dpdk] (default **dont-care**)
480 **capture-packed-stream** chooses firmware for SolarCapture packed stream
/dpdk/drivers/
H A Dmeson.build217 capture: true,
/dpdk/drivers/net/ena/base/
H A Dena_com.c179 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 Dpatches.rst203 * The summary line must capture the area and the impact of the change.
/dpdk/
H A DMAINTAINERS1474 Packet capture