| /dpdk/drivers/common/cnxk/ |
| H A D | roc_hash.c | 41 C = _H[2]; in roc_hash_sha1_gen() 51 temp = ((B & C) | (B & D) | (C & D)) + _K[2]; in roc_hash_sha1_gen() 57 D = C; in roc_hash_sha1_gen() 65 C += _H[2]; in roc_hash_sha1_gen() 122 C = _H[2]; in roc_hash_sha256_gen() 134 temp[2] = (A & B) ^ (A & C) ^ (B & C); in roc_hash_sha256_gen() 141 D = C; in roc_hash_sha256_gen() 142 C = B; in roc_hash_sha256_gen() 246 temp[2] = (A & B) ^ (A & C) ^ (B & C); in roc_hash_sha512_gen() 253 D = C; in roc_hash_sha512_gen() [all …]
|
| /dpdk/devtools/cocci/ |
| H A D | mtod-offset.cocci | 62 type C, T; 65 - (C)rte_pktmbuf_mtod_offset(M, T, O) 66 + rte_pktmbuf_mtod_offset(M, C, O) 71 - (C)rte_pktmbuf_mtod(M, T) 72 + rte_pktmbuf_mtod(M, C)
|
| /dpdk/doc/guides/windows_gsg/ |
| H A D | build_dpdk.rst | 13 * The Clang-LLVM C compiler and Microsoft MSVC linker. 21 Option 1. Clang-LLVM C Compiler and Microsoft MSVC Linker 40 When installing build tools, select the "Visual C++ build tools" option 54 Install to a folder without spaces in its name, like ``C:\MinGW``. 100 set PATH=C:\MinGW\mingw64\bin;%PATH% 106 cd C:\Users\me\dpdk 108 ninja -C build 119 ninja -C build
|
| /dpdk/buildtools/chkincs/ |
| H A D | meson.build | 40 # check for extern C in files, since this is not detected as an error by the compiler 43 errlist = run_command([grep, '--files-without-match', '^extern "C"', dpdk_chkinc_headers], 46 error('Files missing C++ \'extern "C"\' guards:\n- ' + '\n- '.join(errlist))
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_power_man.rst | 13 C-states of the Intel processor via a power management library. 57 C-States are also known as sleep states. 60 Therefore, as you go into deeper C-states, the power consumed is lower but the exit latency is incr… 61 It is essential that when entering into a C-state, the core remains in this C-state for at least as… 62 to fully realize the benefits of entering the C-state. 69 In this way, CPUIdle automatically forces the corresponding cores to enter deeper C-states 74 To fully demonstrate the power saving capability of using C-states, 155 And those numbers of specific queue are passed to P-state and C-state heuristic algorithms 199 C-State Heuristic Algorithm 205 in order to force logical to enter deeper sleeping C-state. [all …]
|
| H A D | qos_scheduler.rst | 76 * --rsz "A, B, C": Ring sizes: 84 * C = Size (in number of buffer descriptors) of each of the NIC TX rings written 87 * --bsz "A, B, C, D": Burst sizes 94 * C = QoS dequeue size (the default value is 32) 100 * --rth "A, B, C": The RX queue threshold parameters 106 * C = RX write-back threshold (the default value is 4) 108 * --tth "A, B, C": TX queue threshold parameters 114 * C = TX write-back threshold (the default value is 0)
|
| H A D | test_pipeline.rst | 21 are hit by the input packets and feeds it to core C through another set of software queues. 23 * Core C ("TX core") receives traffic from core B through software queues and sends it to the NIC… 51 …t CPU core in the core mask is assigned for core A, the second for core B and the third for core C. 233 * destination IP address as A.B.C.D with A fixed to 0 and B, C,D random
|
| /dpdk/examples/l3fwd/ |
| H A D | em_default_v6.cfg | 14 R2001:0200:0000:000C:0000:0000:0000:0000 2001:0200:0000:000C:0000:0000:0000:0001 9 9 0x11 12
|
| H A D | lpm_default_v6.cfg | 14 R2001:0200:0000:000C:0000:0000:0000:0000/64 12
|
| /dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 98 ninja -C build 105 ninja -C build 131 ninja -C build 139 ninja -C build
|
| /dpdk/doc/guides/nics/ |
| H A D | tap.rst | 236 translated into eBPF byte code in the format of C arrays of eBPF 237 instructions. The C array of eBPF instructions is part of TAP PMD tree and 238 is taking part in TAP PMD compilation. At run time the C arrays are uploaded to 249 C functions under different ELF sections. 260 name, and prints out the section as a C array of eBPF instructions. 261 Embed the C array in your TAP PMD tree. 263 The C arrays are uploaded to the kernel using BPF system calls. 270 C arrays of eBPF instructions just before calling the BPF system call. 274 An example utility for eBPF instruction generation in the format of C arrays will
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 5381 uint8_t C[8]; in ecore_calc_crc8() local 5393 C[i] = crc & 1; in ecore_calc_crc8() 5398 D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^ in ecore_calc_crc8() 5399 C[6] ^ C[7]; in ecore_calc_crc8() 5402 D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^ C[6]; in ecore_calc_crc8() 5405 C[0] ^ C[1] ^ C[4] ^ C[5]; in ecore_calc_crc8() 5408 C[1] ^ C[2] ^ C[5] ^ C[6]; in ecore_calc_crc8() 5411 C[0] ^ C[2] ^ C[3] ^ C[6] ^ C[7]; in ecore_calc_crc8() 5414 C[3] ^ C[4] ^ C[7]; in ecore_calc_crc8() 5416 D[14] ^ D[12] ^ D[10] ^ D[6] ^ D[5] ^ D[4] ^ C[2] ^ C[4] ^ C[5]; in ecore_calc_crc8() [all …]
|
| /dpdk/devtools/ |
| H A D | check-dup-includes.sh | 12 export LC_ALL=C
|
| /dpdk/drivers/net/octeontx_ep/ |
| H A D | meson.build | 2 # Copyright(C) 2021 Marvell.
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | meson.build | 2 # Copyright(C) 2021 Marvell International Ltd.
|
| /dpdk/doc/api/ |
| H A D | generate_examples.sh | 19 LC_ALL=C sort
|
| /dpdk/drivers/raw/cnxk_gpio/ |
| H A D | meson.build | 2 # Copyright(C) 2021 Marvell.
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | meson.build | 2 # Copyright(C) 2021 Marvell.
|
| /dpdk/lib/acl/ |
| H A D | meson.build | 21 # in former case, just add avx2 C file to files list 47 # in former case, just add avx512 C file to files list
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | meson.build | 2 # Copyright(C) 2019 Marvell International Ltd.
|
| /dpdk/lib/graph/ |
| H A D | meson.build | 2 # Copyright(C) 2020 Marvell International Ltd.
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | meson.build | 2 # Copyright(C) 2021 Marvell.
|
| /dpdk/examples/l3fwd-graph/ |
| H A D | meson.build | 2 # Copyright(C) 2020 Marvell International Ltd.
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | meson.build | 2 # Copyright(C) 2020 Broadcom
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | overview.rst | 2 Copyright(C) 2021 Marvell.
|