Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ioat/
H A Dioat_rawdev_test.c248 const unsigned int lengths[] = {8, 64, 1024, 50, 100, 89}; in test_enqueue_fill() local
255 for (i = 0; i < RTE_DIM(lengths); i++) { in test_enqueue_fill()
257 memset(dst_data, 0, lengths[i]); in test_enqueue_fill()
261 dst->buf_iova + dst->data_off, lengths[i], in test_enqueue_fill()
276 for (j = 0; j < lengths[i]; j++) { in test_enqueue_fill()
280 lengths[i], dst_data[j], pat_byte); in test_enqueue_fill()
/dpdk/app/test/
H A Dtest_dmadev.c631 const unsigned int lengths[] = {8, 64, 1024, 50, 100, 89}; in test_enqueue_fill() local
642 for (i = 0; i < RTE_DIM(lengths); i++) { in test_enqueue_fill()
648 rte_pktmbuf_iova(dst), lengths[i], RTE_DMA_OP_FLAG_SUBMIT); in test_enqueue_fill()
654 ERR_RETURN("Error: fill operation failed (length: %u)\n", lengths[i]); in test_enqueue_fill()
656 for (j = 0; j < lengths[i]; j++) { in test_enqueue_fill()
660 lengths[i], dst_data[j], pat_byte); in test_enqueue_fill()
666 lengths[i], dst_data[j], 0); in test_enqueue_fill()
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst140 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
H A Dscheduler.rst116 operations to them based on their data lengths. A crypto operation will be
/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/sample_app_ug/
H A Dl2_forward_crypto.rst282 pointers to the keys, lengths... etc.
/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst62 It can vary from 1 to 14 memory accesses, with 5 being the average value for the lengths
H A Dbbdev.rst506 In case of chained mbuf, this data length includes the lengths of the
H A Dqos_framework.rst556 As the greatest common divisor for all packet lengths is one byte, the unit of credit is selected a…
/dpdk/doc/guides/tools/
H A Dcryptoperf.rst338 Supported lengths are 60, 128, 255, 448. Default length is 128.
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst30 Generally, line lengths up to 100 characters are acceptable in the code.