| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 590 rx_op->consumed = 0; in qat_comp_process_response() 638 rx_op->consumed = comp_resp->input_byte_counter; in qat_comp_process_response() 664 rx_op->consumed = in qat_comp_process_response() 685 rx_op->consumed = comp_resp->input_byte_counter; in qat_comp_process_response() 712 cookie->total_consumed = rx_op->consumed; in qat_comp_process_response() 734 pc->total_consumed += rx_op->consumed; in qat_comp_process_response() 758 rx_op->consumed = pc->total_consumed; in qat_comp_process_response()
|
| /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 228 next op in the stream should continue on from op.consumed+1. 244 consumed = amount of data read from input buffer, and 247 consumed = produced = undefined 249 consumed = 0 and 254 consumed = amount of data read, and 258 consumed+1 and a destination buffer with available space. 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*/ 556 RTE_COMP_OP_STATUS_OUT_OF_SPACE_RECOVERABLE with consumed = number of input bytes [all …]
|
| H A D | qos_framework.rst | 424 then all the packets destined to the same queue are dropped until packets are consumed (by the dequ… 751 out of which credits are consumed every time a packet is scheduled for that subport / pipe, 774 …redits_per_period | Bytes | Upper limit for the number of credits allowed to be consumed by the | 778 …redits | Bytes | Current upper limit for the number of credits that can be consumed by | 844 … | | | T(i) = Accumulated number of tokens previously consumed | 845 … | | | from queue #i. Every time a packet is consumed from | 871 … | | | T(i) = Accumulated number of tokens previously consumed | 872 … | | | from queue #i. Every time a packet is consumed from | 905 … | | | T(i) = Accumulated numbers of tokens previously consumed | 1750 Please refer to RFC 2697 (for srTCM) and RFC 2698 (for trTCM) for details on how tokens are consumed
|
| H A D | lpm_lib.rst | 209 A tbl8 is consumed whenever we have a new rule with depth bigger than 24,
|
| /dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 871 uint16_t consumed = 0; in mrvl_crypto_pmd_enqueue_burst() local 914 ++consumed; in mrvl_crypto_pmd_enqueue_burst() 936 ++consumed; in mrvl_crypto_pmd_enqueue_burst() 952 consumed += to_enq_crp; in mrvl_crypto_pmd_enqueue_burst() 968 consumed += to_enq_sec; in mrvl_crypto_pmd_enqueue_burst() 982 return consumed; in mrvl_crypto_pmd_enqueue_burst()
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 366 && op->consumed != op->src.length) { in chained_mbuf_decompression() 367 op->consumed += consumed_data; in chained_mbuf_decompression() 516 op->consumed = qp->stream->total_in; in process_isal_deflate() 604 op->consumed = op->src.length - qp->state->avail_in; in process_isal_inflate()
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 95 op->consumed += strm->total_in; in process_zlib_deflate() 181 op->consumed += strm->total_in; in process_zlib_inflate()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_comp.h | 386 uint32_t consumed; member
|
| /dpdk/app/test/ |
| H A D | test_compressdev.c | 547 op->consumed = stream.total_in; in compress_zlib() 671 op->consumed = stream.total_in; in decompress_zlib() 1341 ops_processed[i]->consumed; in test_deflate_comp_run() 1343 ops_processed[i]->consumed; in test_deflate_comp_run() 1445 ops_processed[i]->consumed, ops_processed[i]->produced, in test_deflate_comp_finalize() 1449 ops_processed[i]->consumed == 0 ? 0 : in test_deflate_comp_finalize() 1451 ops_processed[i]->consumed * 100); in test_deflate_comp_finalize() 1768 ops_processed[i]->consumed, ops_processed[i]->produced); in test_deflate_decomp_finalize() 1814 ops_processed[i]->consumed) { in test_deflate_decomp_finalize() 1831 ops_processed[i]->consumed; in test_deflate_decomp_finalize() [all …]
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 108 - Measures the CPU cycles consumed from the receipt of a user enqueue 118 time (us) consumed to dequeue one operation. 120 consumed to dequeue from an empty queue. 123 - Measures the time consumed from the first enqueue until the first
|
| H A D | cryptoperf.rst | 22 offload are still consumed by the test tool and included in the cycle-count. 23 These cycles are consumed by retries and inefficient API calls enqueuing and
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | sfc.rst | 106 The format of the log is consumed by the netlogdecode cross-platform
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 577 op->consumed = 0; in mlx5_compress_cqe_err_handle() 627 op->consumed = op->src.length; in mlx5_compress_dequeue_burst()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_07.rst | 92 to quiesce any lcore-specific resources consumed by the event port,
|
| H A D | release_18_11.rst | 256 their telemetry in JSON via a UNIX socket. The JSON can be consumed by any
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 95 op->consumed = zresult->s.totalbytesread; in zip_process_op()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme.c | 515 static int fme_pwr_get_consumed(struct ifpga_fme_hw *fme, u64 *consumed) in fme_pwr_get_consumed() argument 524 *consumed = pm_status.pwr_consumed; in fme_pwr_get_consumed()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.c | 2763 uint16_t produced, consumed; local 2777 consumed = (0xffff - sw_bd_cons) + hw_bd_cons; 2779 consumed = hw_bd_cons - sw_bd_cons; 2781 if (offset <= consumed)
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_power_man.rst | 59 However, there is a tradeoff between the power consumed in the idle state and the time required to … 60 Therefore, as you go into deeper C-states, the power consumed is lower but the exit latency is incr…
|
| /dpdk/doc/guides/contributing/ |
| H A D | design.rst | 118 However, the resources consumed for library-level statistics counter collection
|
| /dpdk/doc/guides/nics/ |
| H A D | features.rst | 129 Supports freeing consumed buffers on a Tx ring.
|
| H A D | sfc_efx.rst | 527 The format of the log is consumed by the Solarflare netlogdecode
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dlb2.rst | 209 In the software credit scheme, a credit is consumed when a new (.op =
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2976 correct the packet length with the framing overhead bytes that are consumed
|