Home
last modified time | relevance | path

Searched refs:produced (Results 1 – 18 of 18) sorted by relevance

/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_verify.c239 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 Dcomp_perf_test_throughput.c227 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 Dcomp_perf_test_cyclecount.c369 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 Dqat_comp.c496 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 Dcompressdev.rst162 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 Dlto.rst15 produced ELF objects (pmdinfogen).
H A Dgeneric_segmentation_offload_lib.rst78 the elements produced by the API are also called 'segments', for clarity the
H A Dqos_framework.rst1142 (no packets are produced or at least one packet is produced).
H A Dpacket_framework.rst658 …| | | = the index of the first key that produced signature match (only…
/dpdk/app/test/
H A Dtest_compressdev.c559 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 Disal_compress_pmd.c518 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 Dzlib_pmd.c98 op->produced += strm->total_out; in process_zlib_deflate()
184 op->produced += strm->total_out; in process_zlib_inflate()
/dpdk/lib/compressdev/
H A Drte_comp.h390 uint32_t produced; member
/dpdk/examples/pipeline/examples/
H A Dselector.spec25 ; destination IP address fields. The member_id produced by the selector table is used to identify
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c578 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 Dopdl.rst129 are also produced in this mode. The statistics are available through the
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c98 op->produced = zresult->s.totalbyteswritten; in zip_process_op()
/dpdk/drivers/net/qede/
H A Dqede_rxtx.c2763 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)