Home
last modified time | relevance | path

Searched refs:rte_comp_op_bulk_alloc (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_compressdev/
H A Dversion.map34 rte_comp_op_bulk_alloc;
H A Drte_comp.h464 rte_comp_op_bulk_alloc(struct rte_mempool *mempool,
H A Drte_comp.c186 rte_comp_op_bulk_alloc(struct rte_mempool *mempool, in rte_comp_op_bulk_alloc() function
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c151 if (ops_needed && !rte_comp_op_bulk_alloc( in main_loop()
H A Dcomp_perf_test_verify.c156 if (ops_needed && !rte_comp_op_bulk_alloc( in main_loop()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst182 ``rte_comp_op_alloc()`` and ``rte_comp_op_bulk_alloc()`` are used to allocate
376 rte_comp_op_bulk_alloc(op_pool, comp_ops, NUM_OPS);
511 rte_comp_op_bulk_alloc(op_pool, comp_ops, NUM_CHUNKS);
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c1225 ret = rte_comp_op_bulk_alloc(ts_params->op_pool, ops, num_bufs); in test_deflate_comp_run()
1555 ret = rte_comp_op_bulk_alloc(ts_params->op_pool, ops, num_bufs); in test_deflate_decomp_run()