Home
last modified time | relevance | path

Searched refs:pos_core (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash_multiwriter.c55 uint16_t pos_core; in test_hash_multiwriter_worker() local
60 for (pos_core = 0; pos_core < rte_lcore_count(); pos_core++) { in test_hash_multiwriter_worker()
61 if (enabled_core_ids[pos_core] == lcore_id) in test_hash_multiwriter_worker()
69 offset = pos_core * tbl_multiwriter_test_params.nb_tsx_insertion; in test_hash_multiwriter_worker()
H A Dtest_hash_readwrite_lf_perf.c690 uint32_t pos_core = (uint32_t)((uintptr_t)arg); in test_rwc_multi_writer() local
691 offset = pos_core * tbl_rwc_test_param.single_insert; in test_rwc_multi_writer()
1069 uint8_t pos_core; in test_hash_multi_add_lookup() local
1106 pos_core = 0; in test_hash_multi_add_lookup()
1113 (void *)(uintptr_t)pos_core, in test_hash_multi_add_lookup()
1115 pos_core++; in test_hash_multi_add_lookup()
1272 uint8_t pos_core = (uint32_t)((uintptr_t)arg); in test_hash_rcu_qsbr_writer() local
1305 uint8_t pos_core; in test_hash_rcu_qsbr_writer_perf() local
1349 pos_core = 0; in test_hash_rcu_qsbr_writer_perf()
1353 (void *)(uintptr_t)pos_core, in test_hash_rcu_qsbr_writer_perf()
[all …]
H A Dtest_lpm_perf.c435 uint8_t pos_core = (uint8_t)((uintptr_t)arg); in test_lpm_rcu_qsbr_writer() local
437 si = (pos_core * NUM_LDEPTH_ROUTE_ENTRIES) / num_writers; in test_lpm_rcu_qsbr_writer()
438 ei = ((pos_core + 1) * NUM_LDEPTH_ROUTE_ENTRIES) / num_writers; in test_lpm_rcu_qsbr_writer()