Home
last modified time | relevance | path

Searched refs:rte_lcore_count (Results 1 – 25 of 85) sorted by relevance

1234

/dpdk/app/test/
H A Dtest_distributor_perf.c178 for (i = 0; i < rte_lcore_count() - 1; i++) in perf_test()
192 const unsigned int num_workers = rte_lcore_count() - 1; in quit_workers()
220 if (rte_lcore_count() < 2) { in test_distributor_perf()
230 rte_lcore_count() - 1, in test_distributor_perf()
242 rte_lcore_count() - 1, in test_distributor_perf()
252 const unsigned nb_bufs = (511 * rte_lcore_count()) < BIG_BATCH ? in test_distributor_perf()
253 (BIG_BATCH * 2) - 1 : (511 * rte_lcore_count()); in test_distributor_perf()
H A Dtest_distributor.c162 for (i = 0; i < rte_lcore_count() - 1; i++) in sanity_test()
169 if (rte_lcore_count() >= 3) { in sanity_test()
189 for (i = 0; i < rte_lcore_count() - 1; i++) in sanity_test()
218 for (i = 0; i < rte_lcore_count() - 1; i++) in sanity_test()
500 for (i = 0; i < rte_lcore_count() - 1; i++) in sanity_test_with_worker_shutdown()
739 rte_lcore_count() - 1, in test_error_distributor_create_name()
747 rte_lcore_count() - 1, in test_error_distributor_create_name()
843 if (rte_lcore_count() < 2) { in test_distributor()
850 rte_lcore_count() - 1, in test_distributor()
864 rte_lcore_count() - 1, in test_distributor()
[all …]
H A Dtest_hash_multiwriter.c60 for (pos_core = 0; pos_core < rte_lcore_count(); pos_core++) { in test_hash_multiwriter_worker()
143 nb_total_tsx_insertion / rte_lcore_count(); in test_hash_multiwriter()
177 if (i == rte_lcore_count()) in test_hash_multiwriter()
186 if (i != rte_lcore_count()) { in test_hash_multiwriter()
260 if (rte_lcore_count() < 2) { in test_hash_multiwriter_main()
H A Dtest_atomic.c533 rte_atomic64_set(&a64, (int64_t)(1 - (int64_t)rte_lcore_count())); in test_atomic()
534 rte_atomic32_set(&a32, (int32_t)(1 - (int32_t)rte_lcore_count())); in test_atomic()
535 rte_atomic16_set(&a16, (int16_t)(1 - (int16_t)rte_lcore_count())); in test_atomic()
555 rte_atomic64_set(&a64, (int64_t)(rte_lcore_count() - 1)); in test_atomic()
556 rte_atomic32_set(&a32, (int32_t)(rte_lcore_count() - 1)); in test_atomic()
557 rte_atomic16_set(&a16, (int16_t)(rte_lcore_count() - 1)); in test_atomic()
594 if (iterations != (uint64_t)4*N*(rte_lcore_count()-1)) { in test_atomic()
H A Dtest_mempool_perf.c72 #define MEMPOOL_SIZE ((rte_lcore_count()*(MAX_KEEP+RTE_MEMPOOL_CACHE_MAX_SIZE))-1)
388 if (do_one_mempool_test(mp_nocache, rte_lcore_count()) < 0) in test_mempool_perf()
401 if (do_one_mempool_test(default_pool, rte_lcore_count()) < 0) in test_mempool_perf()
413 if (do_one_mempool_test(mp_cache, rte_lcore_count()) < 0) in test_mempool_perf()
426 if (do_one_mempool_test(mp_nocache, rte_lcore_count()) < 0) in test_mempool_perf()
H A Dtest_hash_readwrite.c67 for (i = 0; i < rte_lcore_count(); i++) { in test_hash_readwrite_worker()
209 int worker_cnt = rte_lcore_count() - 1; in test_hash_readwrite_functional()
328 for (i = 0; i < rte_lcore_count(); i++) { in test_rw_writer()
429 unsigned int tot_worker_lcore = rte_lcore_count() - 1; in test_hash_readwrite_perf()
617 if (rte_lcore_count() < 3) { in test_hash_rw_perf_main()
705 if (rte_lcore_count() < 3) { in test_hash_rw_func_main()
H A Dtest_stack.c313 if (rte_lcore_count() < 2) { in test_stack_multithreaded()
319 __func__, __LINE__, rte_lcore_count()); in test_stack_multithreaded()
321 s = rte_stack_create("test", MAX_BULK * rte_lcore_count(), rte_socket_id(), flags); in test_stack_multithreaded()
H A Dtest_mcslock.c117 printf("\nTest with lock on %u cores...\n", (rte_lcore_count())); in test_mcslock_perf()
233 if (count != (rte_lcore_count() - 1)) in test_mcslock()
H A Dtest_hash_readwrite_lf_perf.c134 uint32_t max_cores = rte_lcore_count(); in get_enabled_cores_list()
721 unsigned int tot_lcore = rte_lcore_count(); in test_hash_add_no_ks_lookup_hit()
788 unsigned int tot_lcore = rte_lcore_count(); in test_hash_add_no_ks_lookup_miss()
858 unsigned int tot_lcore = rte_lcore_count(); in test_hash_add_ks_lookup_hit_non_sp()
932 unsigned int tot_lcore = rte_lcore_count(); in test_hash_add_ks_lookup_hit_sp()
1004 unsigned int tot_lcore = rte_lcore_count(); in test_hash_add_ks_lookup_miss()
1080 unsigned int tot_lcore = rte_lcore_count(); in test_hash_multi_add_lookup()
1176 unsigned int tot_lcore = rte_lcore_count(); in test_hash_add_ks_lookup_hit_extbkt()
1322 unsigned int tot_lcore = rte_lcore_count(); in test_hash_rcu_qsbr_writer_perf()
1402 if (rte_lcore_count() < 2) { in test_hash_readwrite_lf_perf_main()
H A Dtest_func_reentrancy.c445 cores = RTE_MIN(rte_lcore_count(), MAX_LCORES); in launch_test()
490 if (rte_lcore_count() < 2) { in test_func_reentrancy()
494 else if (rte_lcore_count() > MAX_LCORES) in test_func_reentrancy()
H A Dtest_ticketlock.c153 printf("\nTest with lock on %u cores...\n", rte_lcore_count()); in test_ticketlock_perf()
287 if (count != (rte_lcore_count() - 1)) in test_ticketlock()
H A Dtest_spinlock.c149 printf("\nTest with lock on %u cores...\n", rte_lcore_count()); in test_spinlock_perf()
278 if (count != ( rte_lcore_count() - 1)) { in test_spinlock()
H A Dtest_trace_perf.c132 data->nb_workers = rte_lcore_count() - 1; in WORKER_DEFINE()
153 nb_cores = rte_lcore_count(); in test_trace_perf()
H A Dtest_barrier.c142 for (ln = rte_lcore_count(); ln != 0 && lpt->lc != lc; lpt++, ln--) in plock_test1_lcore()
199 n = rte_lcore_count(); in plock_test()
H A Dtest_stack_perf.c334 printf("\n### Testing on all %u lcores ###\n", rte_lcore_count()); in __test_stack_perf()
335 run_on_n_cores(s, bulk_push_pop, rte_lcore_count()); in __test_stack_perf()
H A Dtest_pflock.c116 printf("\nPhase-fair test on %u cores...\n", rte_lcore_count()); in test_pflock_perf()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c680 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_multi_queue_enq_multi_port_deq()
684 nr_ports, rte_lcore_count() - 1); in test_multi_queue_enq_multi_port_deq()
936 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_multiport_flow_sched_type_test()
940 nr_ports, rte_lcore_count() - 1); in test_multiport_flow_sched_type_test()
1093 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_multiport_queue_sched_type_test()
1102 rte_lcore_count() - 1); in test_multiport_queue_sched_type_test()
1235 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in launch_multi_port_max_stages_random_sched_type()
1239 nr_ports, rte_lcore_count() - 1); in launch_multi_port_max_stages_random_sched_type()
1391 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_producer_consumer_ingress_order_test()
1393 if (rte_lcore_count() < 3 || nr_ports < 2) { in test_producer_consumer_ingress_order_test()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c680 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_multi_queue_enq_multi_port_deq()
684 rte_lcore_count() - 1); in test_multi_queue_enq_multi_port_deq()
945 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_multiport_flow_sched_type_test()
949 rte_lcore_count() - 1); in test_multiport_flow_sched_type_test()
1103 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_multiport_queue_sched_type_test()
1111 queue_count, nr_ports, rte_lcore_count() - 1); in test_multiport_queue_sched_type_test()
1243 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in launch_multi_port_max_stages_random_sched_type()
1247 rte_lcore_count() - 1); in launch_multi_port_max_stages_random_sched_type()
1403 nr_ports = RTE_MIN(nr_ports, rte_lcore_count() - 1); in test_producer_consumer_ingress_order_test()
1405 if (rte_lcore_count() < 3 || nr_ports < 2) { in test_producer_consumer_ingress_order_test()
/dpdk/examples/eventdev_pipeline/
H A Dmain.c382 printf("\tCores available: %u\n", rte_lcore_count()); in main()
386 if (rte_lcore_count() < cores_needed) in main()
387 rte_panic("Too few cores (%d < %d)\n", rte_lcore_count(), in main()
/dpdk/app/test-bbdev/
H A Dmain.c302 rte_lcore_count()); in parse_args()
303 tp->num_lcores = rte_lcore_count(); in parse_args()
/dpdk/lib/eal/include/
H A Drte_lcore.h95 unsigned int rte_lcore_count(void);
/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c197 if (rte_lcore_count() > 1) in main()
/dpdk/examples/skeleton/
H A Dbasicfwd.c209 if (rte_lcore_count() > 1) in main()
/dpdk/examples/distributor/
H A Dmain.c478 const unsigned int num_workers = rte_lcore_count() - 4; in print_stats()
727 if (rte_lcore_count() < 5) in main()
775 rte_lcore_count() - 4, in main()
/dpdk/examples/service_cores/
H A Dmain.c121 if (p->num_cores > rte_lcore_count() - 1) { in apply_profile()

1234