Searched refs:ops_deqd (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_latency.c | 171 uint64_t ops_enqd = 0, ops_deqd = 0; in cperf_latency_test_runner() local 245 if (likely(ops_deqd)) { in cperf_latency_test_runner() 247 for (i = 0; i < ops_deqd; i++) in cperf_latency_test_runner() 251 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner() 253 deqd_tot += ops_deqd; in cperf_latency_test_runner() 254 deqd_max = RTE_MAX(ops_deqd, deqd_max); in cperf_latency_test_runner() 255 deqd_min = RTE_MIN(ops_deqd, deqd_min); in cperf_latency_test_runner() 276 if (ops_deqd != 0) { in cperf_latency_test_runner() 277 for (i = 0; i < ops_deqd; i++) in cperf_latency_test_runner() 281 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner() [all …]
|
| H A D | cperf_test_throughput.c | 147 uint64_t ops_deqd = 0, ops_deqd_total = 0, ops_deqd_failed = 0; in cperf_throughput_test_runner() local 222 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner() 225 if (likely(ops_deqd)) { in cperf_throughput_test_runner() 228 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner() 230 ops_deqd_total += ops_deqd; in cperf_throughput_test_runner() 249 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_throughput_test_runner() 251 if (ops_deqd == 0) in cperf_throughput_test_runner() 255 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner() 256 ops_deqd_total += ops_deqd; in cperf_throughput_test_runner()
|
| H A D | cperf_test_verify.c | 241 uint64_t ops_deqd = 0, ops_deqd_total = 0, ops_deqd_failed = 0; in cperf_verify_test_runner() local 337 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner() 340 if (ops_deqd == 0) { in cperf_verify_test_runner() 350 for (i = 0; i < ops_deqd; i++) { in cperf_verify_test_runner() 357 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner() 358 ops_deqd_total += ops_deqd; in cperf_verify_test_runner() 368 ops_deqd = rte_cryptodev_dequeue_burst(ctx->dev_id, ctx->qp_id, in cperf_verify_test_runner() 370 if (ops_deqd == 0) { in cperf_verify_test_runner() 375 for (i = 0; i < ops_deqd; i++) { in cperf_verify_test_runner() 382 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner() [all …]
|
| H A D | cperf_test_pmd_cyclecount.c | 48 uint32_t ops_deqd; member 289 state->ops_deqd += burst_deqd; in pmd_cyclecount_bench_deq() 311 state->ops_deqd = 0; in pmd_cyclecount_bench_burst_sz() 388 state->cycles_per_deq = (double)tsc_deq / state->ops_deqd; in pmd_cyclecount_bench_burst_sz() 462 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()
|