Home
last modified time | relevance | path

Searched refs:code (Results 176 – 200 of 336) sorted by relevance

12345678910>>...14

/dpdk/lib/ethdev/
H A Drte_flow.h1405 uint8_t code; /**< ICMPv6 code. */ member
1413 .code = 0xff,
1424 uint8_t code; /**< ICMPv6 code, normally 0. */ member
1447 uint8_t code; /**< ICMPv6 code, normally 0. */ member
1590 uint8_t code; /**< Message type. */ member
4316 int code,
/dpdk/doc/guides/gpus/
H A Dcuda.rst41 .. code-block:: console
52 .. code-block:: console
87 .. code-block:: console
94 .. code-block:: console
/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_dcb_forwarding.rst33 .. code-block:: console
73 .. code-block:: console
83 The following sections provide some explanation of the code.
145 .. code-block:: console
H A Dflow_filtering.rst24 .. code-block:: console
40 code.
42 All DPDK library functions used in the sample code are prefixed with ``rte_``
85 following code:
H A Dethtool.rst25 .. code-block:: console
38 .. code-block:: console
H A Dvhost_crypto.rst29 .. code-block:: console
67 .. code-block:: console
H A Ddma.rst46 .. code-block:: console
88 .. code-block:: console
96 .. code-block:: console
107 code.
109 All DPDK library functions used in the sample code are prefixed with
H A Dtimer.rst22 .. code-block:: console
32 The following sections provide some explanation of the code.
/dpdk/doc/guides/nics/
H A Dtxgbe.rst98 .. code-block:: console
165 .. code-block:: console
180 .. code-block:: console
H A Dvhost.rst91 .. code-block:: console
100 .. code-block:: console
H A Dnetvsc.rst58 .. code-block:: console
70 .. code-block:: console
82 .. code-block:: console
/dpdk/doc/guides/rawdevs/
H A Difpga.rst28 with OPAE share code IFPGA Rawdev Driver provides common FPGA management ops
45 To avoid unnecessary code duplication and ensure maximum performance,
/dpdk/doc/guides/contributing/
H A Dpatches.rst9 This document outlines the guidelines for submitting code to DPDK.
22 * The code is hosted in a public git repository.
132 The source code can be cloned using either of the following:
216 * Use the imperative of the verb (like instructions to the code base).
261 the commit SHA and the author of the original code::
288 is a tool for static code analysis.
289 It is used as a cloud-based service used to scan the DPDK source code,
290 and alert developers of any potential defects in the source code.
372 .. code-block:: console
697 * Library code should be quite complete at the deadline.
[all …]
/dpdk/drivers/net/tap/
H A Dtap_bpf.h20 __u8 code; member
/dpdk/doc/guides/tools/
H A Dpmdinfo.rst17 .. code-block:: console
H A Dtestbbdev.rst19 .. code-block:: console
154 .. code-block:: console
202 .. code-block:: console
252 .. code-block:: console
266 .. code-block:: console
284 .. code-block:: console
/dpdk/lib/pcapng/
H A Dpcapng_proto.h21 uint16_t code; member
H A Drte_pcapng.c69 pcapng_add_option(struct pcapng_option *popt, uint16_t code, in pcapng_add_option() argument
72 popt->code = code; in pcapng_add_option()
/dpdk/examples/vm_power_manager/
H A Dmeson.build33 # If we're on X86, pull in the x86 code for the branch monitor algo.
/dpdk/doc/guides/prog_guide/
H A Doverview.rst13 Users may use the code to understand some of the techniques employed,
35 This allows work to be performed in stages and may allow more efficient use of code on cores.
161 It is based on code from the FreeBSD* IP stack and contains protocol numbers (for use in IP headers…
H A Dgraph_lib.rst29 the fast path(``rte_graph_worker.h``) and slow path code.
35 similar packet processing code to a node will reduce the I cache and D
184 .. code-block:: console
202 Typical fast-path code looks like below, where the application
206 .. code-block:: c
240 .. code-block:: diff
H A Dring_lib.rst60 The following code was added in FreeBSD 8.0, and is used in some network device drivers (at least i…
239 the CAS operation fails, and the code restarts at first step.
340 The code always maintains a distance between producer and consumer between 0 and size(ring)-1.
347 .. code-block:: c
438 .. code-block:: c
479 .. code-block:: c
/dpdk/devtools/
H A Dlibabigail.abignore56 ; Ignore libabigail false-positive in clang builds, after moving code.
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_sparser.h190 uint16_t code; member
/dpdk/drivers/net/igc/base/
H A DREADME8 This directory contains source code of FreeBSD igc driver of version

12345678910>>...14