Home
last modified time | relevance | path

Searched refs:ops_deqd (Results 1 – 4 of 4) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c170 uint64_t ops_enqd = 0, ops_deqd = 0; in cperf_latency_test_runner() local
250 if (likely(ops_deqd)) { in cperf_latency_test_runner()
252 for (i = 0; i < ops_deqd; i++) in cperf_latency_test_runner()
256 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner()
258 deqd_tot += ops_deqd; in cperf_latency_test_runner()
259 deqd_max = RTE_MAX(ops_deqd, deqd_max); in cperf_latency_test_runner()
260 deqd_min = RTE_MIN(ops_deqd, deqd_min); in cperf_latency_test_runner()
281 if (ops_deqd != 0) { in cperf_latency_test_runner()
282 for (i = 0; i < ops_deqd; i++) in cperf_latency_test_runner()
286 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner()
[all …]
H A Dcperf_test_verify.c204 uint64_t ops_deqd = 0, ops_deqd_total = 0, ops_deqd_failed = 0; in cperf_verify_test_runner() local
300 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner()
303 if (ops_deqd == 0) { in cperf_verify_test_runner()
313 for (i = 0; i < ops_deqd; i++) { in cperf_verify_test_runner()
320 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner()
321 ops_deqd_total += ops_deqd; in cperf_verify_test_runner()
331 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner()
333 if (ops_deqd == 0) { in cperf_verify_test_runner()
338 for (i = 0; i < ops_deqd; i++) { in cperf_verify_test_runner()
345 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner()
[all …]
H A Dcperf_test_throughput.c152 uint64_t ops_deqd = 0, ops_deqd_total = 0, ops_deqd_failed = 0; in cperf_throughput_test_runner() local
228 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner()
231 if (likely(ops_deqd)) { in cperf_throughput_test_runner()
234 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner()
236 ops_deqd_total += ops_deqd; in cperf_throughput_test_runner()
255 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner()
257 if (ops_deqd == 0) in cperf_throughput_test_runner()
261 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner()
262 ops_deqd_total += ops_deqd; in cperf_throughput_test_runner()
H A Dcperf_test_pmd_cyclecount.c48 uint32_t ops_deqd; member
286 state->ops_deqd += burst_deqd; in pmd_cyclecount_bench_deq()
308 state->ops_deqd = 0; in pmd_cyclecount_bench_burst_sz()
385 state->cycles_per_deq = (double)tsc_deq / state->ops_deqd; in pmd_cyclecount_bench_burst_sz()
461 state.ops_enqd, state.ops_deqd, in cperf_pmd_cyclecount_test_runner()
478 state.ops_enqd, state.ops_deqd, in cperf_pmd_cyclecount_test_runner()