Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-eventdev/
H A Devt_options.c28 opt->pool_sz = 16 * 1024; in evt_options_default()
211 opt->pool_sz = atoi(arg); in evt_parse_pool_sz()
444 evt_dump("pool_sz", "%d", opt->pool_sz); in evt_options_dump()
H A Devt_common.h50 int pool_sz; member
H A Dtest_perf_common.c427 .nb_timers = t->opt->pool_sz, in perf_event_timer_adapter_setup()
763 opt->pool_sz, /* number of elements*/ in perf_mempool_setup()
771 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()
H A Dtest_pipeline_common.c479 opt->pool_sz, /* number of elements*/ in pipeline_mempool_setup()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c47 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_security()
111 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_cipher()
150 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_null_auth()
189 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher()
289 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_auth()
345 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth()
395 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_cipher_auth()
463 *imix_idx = (*imix_idx + 1) % options->pool_sz; in cperf_set_ops_aead()
H A Dcperf_options.h90 uint32_t pool_sz; member
H A Dcperf_options_parsing.c309 int ret = parse_uint32_t(&opts->pool_sz, arg); in parse_pool_sz()
862 opts->pool_sz = 8192; in cperf_options_default()
1179 options->pool_sz < options->nb_descriptors) { in cperf_options_check()
1237 printf("# size of crypto op / mbuf pool: %u\n", opts->pool_sz); in cperf_options_dump()
H A Dcperf_test_common.c201 options->pool_sz, obj_size, 512, 0, in cperf_alloc_common_memory()
H A Dmain.c636 sizeof(uint32_t) * opts.pool_sz, in main()
648 for (op_idx = 0; op_idx < opts.pool_sz; op_idx++) { in main()
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_options.h57 uint32_t pool_sz; member
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()
/f-stack/dpdk/doc/guides/tools/
H A Dtesteventdev.rst226 --pool_sz
289 --pool_sz
378 --pool_sz
479 --pool_sz
604 --pool_sz
696 --pool_sz
/f-stack/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()