Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_dmadev.c859 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 Dscheduler.rst116 operations to them based on their data lengths. A crypto operation will be
H A Dmlx5.rst225 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst305 CRC lengths being added twice.
389 Fix crc32c hash functions to return a valid crc32c value for data lengths
H A Drelease_17_05.rst263 crypto operations among two slaves, based on their data lengths.
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst30 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.