Searched refs:lengths (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_rawdev_test.c | 248 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 D | test_dmadev.c | 631 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 D | mlx5.rst | 140 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
|
| H A D | scheduler.rst | 116 operations to them based on their data lengths. A crypto operation will be
|
| /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/sample_app_ug/ |
| H A D | l2_forward_crypto.rst | 282 pointers to the keys, lengths... etc.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | lpm6_lib.rst | 62 It can vary from 1 to 14 memory accesses, with 5 being the average value for the lengths
|
| H A D | bbdev.rst | 506 In case of chained mbuf, this data length includes the lengths of the
|
| H A D | qos_framework.rst | 556 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 D | cryptoperf.rst | 338 Supported lengths are 60, 128, 255, 448. Default length is 128.
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 30 Generally, line lengths up to 100 characters are acceptable in the code.
|