| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_verify.c | 239 op->produced, output_data_ptr); in main_loop() 251 op->produced); in main_loop() 252 output_data_ptr += op->produced; in main_loop() 253 output_size += op->produced; in main_loop() 263 m->pkt_len = op->produced; in main_loop() 264 uint32_t remaining_data = op->produced; in main_loop() 324 op->produced, output_data_ptr); in main_loop() 336 op->produced); in main_loop() 337 output_data_ptr += op->produced; in main_loop() 338 output_size += op->produced; in main_loop() [all …]
|
| H A D | comp_perf_test_throughput.c | 227 m->pkt_len = op->produced; in main_loop() 228 uint32_t remaining_data = op->produced; in main_loop() 281 m->pkt_len = op->produced; in main_loop() 282 uint32_t remaining_data = op->produced; in main_loop()
|
| H A D | comp_perf_test_cyclecount.c | 369 m->pkt_len = op->produced; in main_loop() 370 uint32_t remaining_data = op->produced; in main_loop() 427 m->pkt_len = op->produced; in main_loop() 428 uint32_t remaining_data = op->produced; in main_loop()
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 496 if (rx_op->produced <= left_in_current) { in qat_comp_response_data_copy() 498 rx_op->produced); in qat_comp_response_data_copy() 500 if (rx_op->produced == left_in_current) { in qat_comp_response_data_copy() 504 pc->dst_data_offset += rx_op->produced; in qat_comp_response_data_copy() 509 prod = rx_op->produced - left_in_current; in qat_comp_response_data_copy() 591 rx_op->produced = 0; in qat_comp_process_response() 666 rx_op->produced = in qat_comp_process_response() 721 rx_op->produced); in qat_comp_process_response() 728 if (rx_op->produced) { in qat_comp_process_response() 735 pc->total_produced += rx_op->produced; in qat_comp_process_response() [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 162 PMD updates consumed field with amount of data read from source buffer and produced 227 is not an error case. Output data up to op.produced can be used and 245 produced = amount of data written in destination buffer 247 consumed = produced = undefined 250 produced = usually 0, but in decompression cases a PMD may return > 0 251 i.e. amount of data successfully produced until out of space condition 255 produced = amount of data successfully produced until 407 consumed=0 and produced=amount of output it could produce before hitting out_of_space. 547 /* analyze the amount of consumed and produced data before pushing next op*/ 557 read and produced = length of complete output buffer.
|
| H A D | lto.rst | 15 produced ELF objects (pmdinfogen).
|
| H A D | generic_segmentation_offload_lib.rst | 78 the elements produced by the API are also called 'segments', for clarity the
|
| H A D | qos_framework.rst | 1142 (no packets are produced or at least one packet is produced).
|
| H A D | packet_framework.rst | 658 …| | | = the index of the first key that produced signature match (only…
|
| /dpdk/app/test/ |
| H A D | test_compressdev.c | 559 op->produced = stream.total_out; in compress_zlib() 672 op->produced = stream.total_out; in decompress_zlib() 1333 ops_processed[i]->produced; in test_deflate_comp_run() 1345 ops_processed[i]->produced; in test_deflate_comp_run() 1349 ops_processed[i]->produced); in test_deflate_comp_run() 1450 (float)ops_processed[i]->produced / in test_deflate_comp_finalize() 1802 ops_processed[i]->produced, in test_deflate_decomp_finalize() 1809 ptr, ops_processed[i]->produced); in test_deflate_decomp_finalize() 1812 ops_processed[i]->produced; in test_deflate_decomp_finalize() 1941 ops_processed[i]->produced, contig_buf); in test_results_validation() [all …]
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 518 op->produced = qp->stream->total_out; in process_isal_deflate() 520 op->produced = qp->stream->total_out - CHKSUM_SZ_ADLER; in process_isal_deflate() 523 op->produced = qp->stream->total_out - CHKSUM_SZ_CRC; in process_isal_deflate() 606 op->produced = qp->state->total_out; in process_isal_inflate()
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 98 op->produced += strm->total_out; in process_zlib_deflate() 184 op->produced += strm->total_out; in process_zlib_inflate()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_comp.h | 390 uint32_t produced; member
|
| /dpdk/examples/pipeline/examples/ |
| H A D | selector.spec | 25 ; destination IP address fields. The member_id produced by the selector table is used to identify
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 578 op->produced = 0; in mlx5_compress_cqe_err_handle() 628 op->produced = rte_be_to_cpu_32(cqe->byte_cnt); in mlx5_compress_dequeue_burst()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | opdl.rst | 129 are also produced in this mode. The statistics are available through the
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 98 op->produced = zresult->s.totalbyteswritten; in zip_process_op()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.c | 2763 uint16_t produced, consumed; local 2786 produced = (0xffff - sw_bd_cons) + sw_bd_prod; 2788 produced = sw_bd_prod - sw_bd_cons; 2790 if (offset <= produced)
|