Searched refs:pool_sz (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_options.c | 28 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 D | evt_common.h | 50 int pool_sz; member
|
| H A D | test_perf_common.c | 427 .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 D | test_order_common.c | 222 t->pool = rte_pktmbuf_pool_create(test->name, opt->pool_sz, in order_mempool_setup()
|
| H A D | test_pipeline_common.c | 479 opt->pool_sz, /* number of elements*/ in pipeline_mempool_setup()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 47 *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 D | cperf_options.h | 90 uint32_t pool_sz; member
|
| H A D | cperf_options_parsing.c | 309 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 D | cperf_test_common.c | 201 options->pool_sz, obj_size, 512, 0, in cperf_alloc_common_memory()
|
| H A D | main.c | 636 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 D | comp_perf_options.h | 57 uint32_t pool_sz; member
|
| 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()
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 226 --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 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()
|