Searched refs:pool_sz (Results 1 – 15 of 15) sorted by relevance
| /dpdk/app/test-eventdev/ |
| H A D | evt_options.c | 28 opt->pool_sz = 16 * 1024; in evt_options_default() 235 opt->pool_sz = atoi(arg); in evt_parse_pool_sz() 547 evt_dump("pool_sz", "%d", opt->pool_sz); in evt_options_dump()
|
| H A D | test_pipeline_common.c | 339 unsigned int nb_elem = (opt->pool_sz / opt->vector_size) << 1; in pipeline_event_rx_adapter_setup() 639 opt->pool_sz, /* number of elements*/ in pipeline_mempool_setup() 653 opt->pool_sz, /* number of elements*/ in pipeline_mempool_setup()
|
| H A D | evt_common.h | 52 int pool_sz; member
|
| H A D | test_perf_common.c | 630 .nb_timers = t->opt->pool_sz, in perf_event_timer_adapter_setup() 1165 "crypto_op_pool", RTE_CRYPTO_OP_TYPE_SYMMETRIC, opt->pool_sz, in perf_cryptodev_setup() 1310 opt->pool_sz, /* number of elements*/ in perf_mempool_setup() 1318 opt->pool_sz, /* number of elements*/ in perf_mempool_setup()
|
| H A D | test_order_common.c | 222 t->pool = rte_pktmbuf_pool_create(test->name, opt->pool_sz, in order_mempool_setup()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 91 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_security() 219 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_cipher() 259 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_auth() 299 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher() 400 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_auth() 457 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth() 507 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth() 576 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_aead()
|
| H A D | cperf_test_common.c | 163 options->pool_sz, RTE_MEMPOOL_CACHE_MAX_SIZE, 0, in cperf_alloc_common_memory() 233 options->pool_sz, obj_size, 512, 0, in cperf_alloc_common_memory()
|
| H A D | cperf_options.h | 93 uint32_t pool_sz; member
|
| H A D | cperf_options_parsing.c | 312 int ret = parse_uint32_t(&opts->pool_sz, arg); in parse_pool_sz() 896 opts->pool_sz = 8192; in cperf_options_default() 1225 options->pool_sz < options->nb_descriptors) { in cperf_options_check() 1307 printf("# size of crypto op / mbuf pool: %u\n", opts->pool_sz); in cperf_options_dump()
|
| H A D | main.c | 707 sizeof(uint32_t) * opts.pool_sz, in main() 719 for (op_idx = 0; op_idx < opts.pool_sz; op_idx++) { in main()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 307 int ret = parse_uint32_t(&test_data->pool_sz, arg); in parse_pool_sz() 314 if (test_data->pool_sz == 0) { in parse_pool_sz() 647 test_data->pool_sz = 8192; in comp_perf_options_default()
|
| H A D | comp_perf_options.h | 57 uint32_t pool_sz; member
|
| /dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 199 is equal to `pool_sz`. 267 --pool_sz 330 --pool_sz 420 --pool_sz 532 --pool_sz 659 --pool_sz 763 --pool_sz
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 1074 int pool_sz; member
|
| H A D | ecore_sp.c | 3262 rc = __atomic_add_ifless(&o->credit, cnt, o->pool_sz + 1); in ecore_credit_pool_put() 3323 if (offset >= o->pool_sz) in ecore_credit_pool_put_entry() 3371 p->pool_sz = credit; in ecore_init_credit_pool()
|