Home
last modified time | relevance | path

Searched refs:pool_sz (Results 1 – 15 of 15) sorted by relevance

/dpdk/app/test-eventdev/
H A Devt_options.c28 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 Dtest_pipeline_common.c339 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 Devt_common.h52 int pool_sz; member
H A Dtest_perf_common.c630 .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 Dtest_order_common.c222 t->pool = rte_pktmbuf_pool_create(test->name, opt->pool_sz, in order_mempool_setup()
/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c91 *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 Dcperf_test_common.c163 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 Dcperf_options.h93 uint32_t pool_sz; member
H A Dcperf_options_parsing.c312 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 Dmain.c707 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 Dcomp_perf_options_parse.c307 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 Dcomp_perf_options.h57 uint32_t pool_sz; member
/dpdk/doc/guides/tools/
H A Dtesteventdev.rst199 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 Decore_sp.h1074 int pool_sz; member
H A Decore_sp.c3262 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()