Searched refs:rte_comp_op_bulk_alloc (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | version.map | 34 rte_comp_op_bulk_alloc;
|
| H A D | rte_comp.h | 464 rte_comp_op_bulk_alloc(struct rte_mempool *mempool,
|
| H A D | rte_comp.c | 186 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 D | comp_perf_test_throughput.c | 151 if (ops_needed && !rte_comp_op_bulk_alloc( in main_loop()
|
| H A D | comp_perf_test_verify.c | 156 if (ops_needed && !rte_comp_op_bulk_alloc( in main_loop()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 182 ``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 D | test_compressdev.c | 1225 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()
|