Home
last modified time | relevance | path

Searched refs:define (Results 1 – 25 of 43) sorted by relevance

12

/dpdk/drivers/net/tap/
H A Dmeson.build22 # [ "MACRO to define if found", "header for the search",
23 # "enum/define", "symbol to search" ]
/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst51 * 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 Drelease_2_2.rst536 ``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 Dmeson.build87 # [ "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 Dbuild_app.rst47 The user must define several variables:
H A Dpcapng_lib.rst8 The de facto standard for this is the format define by libpcap;
H A Dpacket_classif_access_ctrl.rst39 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 Dgpudev.rst130 #define GPU_PAGE_SHIFT 16
131 #define GPU_PAGE_SIZE (1UL << GPU_PAGE_SHIFT)
H A Dcryptodev_lib.rst168 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 Dgeneric_receive_offload_lib.rst148 Header fields used to define a TCP/IPv4 flow include:
170 to define a VxLAN flow include:
H A Dasan.rst37 to define ASAN_SHADOW_OFFSET.
H A Dqos_framework.rst230 #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 Dlink_bonding_poll_mode_drv_lib.rst161 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 Dhash_lib.rst65 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 Dmeson.build59 # [ "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 Dpcap_ring.rst283 #define RING_SIZE 256
284 #define NUM_RINGS 2
285 #define SOCKET0 0
H A Dfail_safe.rst49 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 Dflow_bifurcation.rst57 In order to define the filters strictly with flow rules,
H A Dvfd.rst44 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 Dtest-meson-builds.sh290 if pkg-config --define-prefix libdpdk >/dev/null 2>&1; then
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst103 #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 Dqat.rst530 …+ #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 Dtestbbdev.rst352 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 Ddist_app.rst126 the line "#define DEBUG" defined in start of the application in main.c to enable debug logs.
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst130 …as reported by Linux. The preferred corelist option is a cleaner method to define cores to be used.

12