| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 144 Crypto operations, and in the case of symmetric Crypto operations, the session 157 operations or dequeuing operations on the same Crypto device since this would 172 Crypto operations. 185 * Symmetric Crypto operations 186 * Asymmetric Crypto operations 445 operations, as well as also supporting AEAD operations. 539 operations. 722 operations (e.g. all operations in a descriptor) are dequeued. The crypto 736 * Only support in-place operations. 952 * Dequeue the crypto operations until all the operations [all …]
|
| H A D | regexdev.rst | 9 APIs which support a number of different RegEx operations. 19 RegEx devices to be managed and configured and supports RegEx operations to be 52 The configuration of each RegEx device includes the following operations: 146 operations or dequeuing operations on the same RegEx device since this would 163 The ``nb_ops`` parameter is the number of operations to process which are 165 The enqueue function returns the number of operations it actually enqueued for 174 operations the user wishes to retrieve and the location in which to store them. 175 The API call returns the actual number of processed operations returned, this
|
| H A D | compressdev.rst | 99 context for enqueuing operations or dequeuing operations on the same compression device 151 operations in the same data stream i.e. history of data is maintained between the operations. 183 compression operations from a given compression operation mempool. 378 /* prepare ops for compression operations */ 426 its support for Stateful operations. 513 /* Prepare source and destination mbufs for compression operations */ 524 /* Set up the compress operations. */ 576 Scheduling of compression operations on DPDK's application data path is 579 devices the enqueue burst API will place the operations to be processed 609 of operations. [all …]
|
| H A D | writing_efficient_code.rst | 77 meaning that if all memory access operations are done on the first channel only, there is a potenti… 105 Performance is greatly improved when using bulk access operations. 171 operations in the DPDK environment. 176 On x86, atomic operations imply a lock prefix before the instruction, 188 DPDK generic rte_atomic operations are implemented by __sync builtins. These 193 So replacing the rte_atomic operations with __atomic builtins might improve 201 Some use cases require atomicity alone, the ordering of the memory operations 212 For example, the memory operations before the spinlock lock are allowed to 213 move to the critical section, but the memory operations in the critical section 216 On the other hand, the memory operations after the spinlock unlock are allowed [all …]
|
| H A D | rawdev.rst | 25 operations and APIs for framework and Applications to use, respectively, for 33 1. Following are some generic operations which can be treated as applicable 34 to a large subset of device types. None of the operations are mandatory to
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 76 | read_ops | count | number of read operations | 167 | total_read | operations | read operations of all types | 168 | total_write | operations | write operations of all types | 169 | disk_read | operations | disk read operations | 170 | disk_write | operations | disk write operations | 171 | sync_read | operations | ZIO sync reads | 172 | sync_write | operations | ZIO sync writes | 173 | async_read | operations | ZIO async reads| 175 | scrub | operations | ZIO scrub/scan reads | 186 vdev. The independent I/O operations reflect the logical operations and [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | ste-dma40.txt | 60 bidirectional, i.e. the same for RX and TX operations: 113 51: memcpy TX (to be used by the DMA driver for memcpy operations) 118 56: memcpy (to be used by the DMA driver for memcpy operations) 119 57: memcpy (to be used by the DMA driver for memcpy operations) 120 58: memcpy (to be used by the DMA driver for memcpy operations) 121 59: memcpy (to be used by the DMA driver for memcpy operations) 122 60: memcpy (to be used by the DMA driver for memcpy operations)
|
| H A D | mv-xor.txt | 20 - dmacap,memcpy to indicate that the XOR channel is capable of memcpy operations 21 - dmacap,memset to indicate that the XOR channel is capable of memset operations 22 - dmacap,xor to indicate that the XOR channel is capable of xor operations
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sort.c | 190 list *operations; in sortCommand() local 213 operations = listCreate(); in sortCommand() 214 listSetFreeMethod(operations,zfree); in sortCommand() 269 listAddNodeTail(operations,createSortOperation( in sortCommand() 284 listRelease(operations); in sortCommand() 514 listRewind(operations,&li); in sortCommand() 544 listRewind(operations,&li); in sortCommand() 584 listRelease(operations); in sortCommand()
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | octeontx.rst | 8 cryptographic operations to cryptographic accelerator units on 114 Example applications can now be executed with crypto operations offloaded to 125 The symmetric crypto operations on OCTEON TX crypto PMD may be verified by running the test 133 The asymmetric crypto operations on OCTEON TX crypto PMD may be verified by running the test
|
| H A D | octeontx2.rst | 9 cryptographic operations to cryptographic accelerator units on the 142 The symmetric crypto operations on OCTEON TX2 crypto PMD may be verified by running the test 150 The asymmetric crypto operations on OCTEON TX2 crypto PMD may be verified by running the test
|
| H A D | armv8.rst | 9 operations in an optimized way. The core functionality is provided by 75 * Only chained operations are supported.
|
| H A D | caam_jr.rst | 22 higher-level cryptographic operations than previous NXP cryptographic 37 indicate the operations to be performed and link to the message and 39 read the message data, and write the results of the operations. The DMA
|
| H A D | dpaa_sec.rst | 21 higher-level cryptographic operations than previous NXP cryptographic 39 indicate the operations to be performed and link to the message and 41 read the message data, and write the results of the operations. The DMA
|
| H A D | openssl.rst | 8 driver. All cryptography operations are using Openssl library crypto API. 76 For asymmetric crypto operations testing, run cryptodev_openssl_asym_autotest.
|
| H A D | dpaa2_sec.rst | 21 higher-level cryptographic operations than previous NXP cryptographic 55 indicate the operations to be performed and link to the message and 57 read the message data, and write the results of the operations. The DMA
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | sensor-groups.txt | 17 operations like clearing the min/max history of all 25 - ops : Array of opal-call numbers indicating available operations on
|
| /f-stack/app/redis-5.0.5/ |
| H A D | MANIFESTO | 13 essence of a data type isn't just the kind of operations that the data types 15 operations performed upon it. 34 so that the complexity is obvious and more complex operations can be 35 performed as the sum of the basic operations. 39 operations you can do for a given amount of energy remains anyway a 87 supports multi-key operations. Both are useful if used judiciously but 92 instance to another to perform multi-key operations and expose the
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 74 Specifies number of operations to process on device. If not specified num_ops 75 is set to 32 operations. 82 Specifies operations enqueue/dequeue burst size. If not specified burst_size is 86 Specifies LDPC decoder operations maximum number of iterations for throughput 90 Specifies for LDPC decoder operations the SNR in dB used when generating LLRs 133 - Results are printed in million operations per second and million bits 140 SNR) in % based on the total number of operations. 259 By default number of operations to process on device is set to 32, timeout is 260 set to 300s and operations enqueue/dequeue burst size is set to 32. 273 Number of operations to process on device is set to 64 and operations timeout is [all …]
|
| H A D | comp_perf.rst | 13 which are passed to compress device with compression operations. 79 ``--pool-sz N``: mempool size for compress operations/mbufs (default: 8192) 85 …tion [comp/decomp/comp_and_decomp]``: perform test on compression, decompression or both operations 95 …``--cc-delay-us N``: delay between enqueue and dequeue operations in microseconds, valid only for …
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 19 operations and ZFS tries hard to ensure that any modifications 20 do reach stable storage. That means that the operations are done
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/ |
| H A D | k3-udma.yaml | 20 segmentation or reassembly operations to be ongoing. The DMA controller 22 segmentation and reassembly operations to be time division multiplexed between 25 occurs for Transmit operations. The ordering and rate of Receive operations
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | bbdev_app.rst | 21 packet is compared with the baseband operations output. Then it's looped back to 81 - core 4 is the encoding lcore performing Rx and Turbo Encode operations 84 operations
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | amd-ccp.txt | 9 - dma-coherent: Present if dma operations are coherent
|
| /f-stack/freebsd/contrib/device-tree/Bindings/xillybus/ |
| H A D | xillybus.txt | 9 - dma-coherent: Present if DMA operations are coherent
|