Searched refs:lengths (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 859 const unsigned int lengths[] = {8, 64, 1024, 50, 100, 89}; in test_enqueue_fill() local 870 for (i = 0; i < RTE_DIM(lengths); i++) { in test_enqueue_fill() 876 rte_pktmbuf_iova(dst), lengths[i], RTE_DMA_OP_FLAG_SUBMIT); in test_enqueue_fill() 882 ERR_RETURN("Error: fill operation failed (length: %u)\n", lengths[i]); in test_enqueue_fill() 884 for (j = 0; j < lengths[i]; j++) { in test_enqueue_fill() 888 lengths[i], dst_data[j], pat_byte); in test_enqueue_fill() 894 lengths[i], dst_data[j], 0); in test_enqueue_fill()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 116 operations to them based on their data lengths. A crypto operation will be
|
| H A D | mlx5.rst | 225 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_16_04.rst | 305 CRC lengths being added twice. 389 Fix crc32c hash functions to return a valid crc32c value for data lengths
|
| H A D | release_17_05.rst | 263 crypto operations among two slaves, based on their data lengths.
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 30 Generally, line lengths up to 100 characters are acceptable in the code. 883 Note that line lengths are acceptable up to 100 characters, which is in line with C recommendations.
|