| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 1405 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 D | cuda.rst | 41 .. code-block:: console 52 .. code-block:: console 87 .. code-block:: console 94 .. code-block:: console
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_dcb_forwarding.rst | 33 .. code-block:: console 73 .. code-block:: console 83 The following sections provide some explanation of the code. 145 .. code-block:: console
|
| H A D | flow_filtering.rst | 24 .. code-block:: console 40 code. 42 All DPDK library functions used in the sample code are prefixed with ``rte_`` 85 following code:
|
| H A D | ethtool.rst | 25 .. code-block:: console 38 .. code-block:: console
|
| H A D | vhost_crypto.rst | 29 .. code-block:: console 67 .. code-block:: console
|
| H A D | dma.rst | 46 .. 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 D | timer.rst | 22 .. code-block:: console 32 The following sections provide some explanation of the code.
|
| /dpdk/doc/guides/nics/ |
| H A D | txgbe.rst | 98 .. code-block:: console 165 .. code-block:: console 180 .. code-block:: console
|
| H A D | vhost.rst | 91 .. code-block:: console 100 .. code-block:: console
|
| H A D | netvsc.rst | 58 .. code-block:: console 70 .. code-block:: console 82 .. code-block:: console
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 28 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 D | patches.rst | 9 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 D | tap_bpf.h | 20 __u8 code; member
|
| /dpdk/doc/guides/tools/ |
| H A D | pmdinfo.rst | 17 .. code-block:: console
|
| H A D | testbbdev.rst | 19 .. 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 D | pcapng_proto.h | 21 uint16_t code; member
|
| H A D | rte_pcapng.c | 69 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 D | meson.build | 33 # If we're on X86, pull in the x86 code for the branch monitor algo.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | overview.rst | 13 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 D | graph_lib.rst | 29 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 D | ring_lib.rst | 60 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 D | libabigail.abignore | 56 ; Ignore libabigail false-positive in clang builds, after moving code.
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_sparser.h | 190 uint16_t code; member
|
| /dpdk/drivers/net/igc/base/ |
| H A D | README | 8 This directory contains source code of FreeBSD igc driver of version
|