| /dpdk/drivers/net/tap/ |
| H A D | meson.build | 22 # [ "MACRO to define if found", "header for the search", 23 # "enum/define", "symbol to search" ]
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 51 * lib: will fix extending some enum/define breaking the ABI. There are multiple 52 samples in DPDK that enum/define terminated with a ``.*MAX.*`` value which is 54 ``.*MAX.*`` value. So extending this enum/define increases the ``.*MAX.*`` 62 us extending existing enum/define.
|
| H A D | release_2_2.rst | 536 ``CONFIG_RTE_NEXT_ABI`` #define. 539 This was already included in 2.1 under the ``CONFIG_RTE_NEXT_ABI`` #define. 559 This was already included in 2.1 under the ``CONFIG_RTE_NEXT_ABI`` #define.
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 87 # [ "MACRO to define if found", "header for the search", 95 # [ "MACRO to define if found", "header for the search",
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | build_app.rst | 47 The user must define several variables:
|
| H A D | pcapng_lib.rst | 8 The de facto standard for this is the format define by libpcap;
|
| H A D | packet_classif_access_ctrl.rst | 39 To define each field inside an AC rule, the following structure is used: 64 Also, it is best to define fields of 8 or more bytes as 4 byte fields so that 78 For example, to define classification for the following IPv4 5-tuple structure: 153 To define classification for the IPv6 2-tuple: <protocol, IPv6 source address> over the following I… 421 /* define a structure for the rule with up to 5 fields. */
|
| H A D | gpudev.rst | 130 #define GPU_PAGE_SHIFT 16 131 #define GPU_PAGE_SIZE (1UL << GPU_PAGE_SHIFT)
|
| H A D | cryptodev_lib.rst | 168 Crypto devices define their functionality through two mechanisms, global device 809 #define MAX_SESSIONS 1024 810 #define NUM_MBUFS 1024 811 #define POOL_CACHE_SIZE 128 812 #define BURST_SIZE 32 813 #define BUFFER_SIZE 1024 814 #define AES_CBC_IV_LENGTH 16 815 #define AES_CBC_KEY_LENGTH 16 816 #define IV_OFFSET (sizeof(struct rte_crypto_op) + \
|
| H A D | generic_receive_offload_lib.rst | 148 Header fields used to define a TCP/IPv4 flow include: 170 to define a VxLAN flow include:
|
| H A D | asan.rst | 37 to define ASAN_SHADOW_OFFSET.
|
| H A D | qos_framework.rst | 230 #define N_PKTS_RX 64 231 #define N_PKTS_TX 48 232 #define NIC_RX_PORT 0 233 #define NIC_RX_QUEUE 0 234 #define NIC_TX_PORT 1 235 #define NIC_TX_QUEUE 0 1385 #define RTE_RED_S
|
| H A D | link_bonding_poll_mode_drv_lib.rst | 161 function and RSS key, used to set up its slaves. That let to define the meaning 286 The primary slave is used to define the default port to use when a bonded
|
| H A D | hash_lib.rst | 65 The example hash tables in the L2/L3 Forwarding sample applications define which port to forward a … 84 For concurrent writes, and concurrent reads and writes the following flag values define the corresp…
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | meson.build | 59 # [ "MACRO to define if found", "header for the search", 72 # [ "MACRO to define if found", "header for the search",
|
| /dpdk/doc/guides/nics/ |
| H A D | pcap_ring.rst | 283 #define RING_SIZE 256 284 #define NUM_RINGS 2 285 #define SOCKET0 0
|
| H A D | fail_safe.rst | 49 This parameter allows the user to define a sub-device. The ``<iface>`` part of 71 execute and define a sub-device.
|
| /dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 57 In order to define the filters strictly with flow rules,
|
| H A D | vfd.rst | 44 should define how the negotiation between the VF and PF works, or even if the 51 configure the features. So the user doesn't need to define the interface
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 290 if pkg-config --define-prefix libdpdk >/dev/null 2>&1; then
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 103 #define _FILE_H_ 113 Do not ``#define`` or declare names except with the standard DPDK prefix: ``RTE_``. 127 #define MACRO(x, y) do { \ 203 these define ids for each operating system environment. 404 For example, ``#define pint int *`` does not work as expected, while ``typedef int *pint`` does wor… 412 …It is recommended to use typedefs to define function pointer types, for reasons of code readabilit… 1050 As above, though note that each driver class can define it's own naming
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 530 …+ #define STR_TO_64(str, base, num, endPtr) {endPtr=NULL; if (kstrtoul((str), (base), (num))) prin… 533 …#define STR_TO_64(str, base, num, endPtr) {endPtr=NULL; if (strict_strtoull((str), (base), (num)))… 536 #define STR_TO_64(str, base, num, endPtr) {endPtr=NULL; strict_strtoll((str), (base), (num));} 538 #define STR_TO_64(str, base, num, endPtr) \
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 352 Chain of uint32_t values. Note that it is possible to define more than one 581 Chain of uint32_t values. Note that it is possible to define more than one
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | dist_app.rst | 126 the line "#define DEBUG" defined in start of the application in main.c to enable debug logs.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 130 …as reported by Linux. The preferred corelist option is a cleaner method to define cores to be used.
|