Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 32) sorted by relevance

12

/dpdk/app/test/
H A Dtest_lpm6_perf.c69 uint64_t begin, total_time; in test_lpm6_perf() local
94 begin = rte_rdtsc(); in test_lpm6_perf()
102 total_time = rte_rdtsc() - begin; in test_lpm6_perf()
113 begin = rte_rdtsc(); in test_lpm6_perf()
121 total_time += rte_rdtsc() - begin; in test_lpm6_perf()
141 begin = rte_rdtsc(); in test_lpm6_perf()
143 total_time += rte_rdtsc() - begin; in test_lpm6_perf()
155 begin = rte_rdtsc(); in test_lpm6_perf()
163 total_time += rte_rdtsc() - begin; in test_lpm6_perf()
H A Dtest_fib6_perf.c82 uint64_t begin, total_time; in test_fib6_perf() local
113 begin = rte_rdtsc(); in test_fib6_perf()
122 total_time = rte_rdtsc() - begin; in test_fib6_perf()
138 begin = rte_rdtsc(); in test_fib6_perf()
140 total_time += rte_rdtsc() - begin; in test_fib6_perf()
152 begin = rte_rdtsc(); in test_fib6_perf()
160 total_time = rte_rdtsc() - begin; in test_fib6_perf()
H A Dtest_rcu_qsbr_perf.c60 uint64_t begin, cycles; in test_rcu_qsbr_reader_perf() local
67 begin = rte_rdtsc_precise(); in test_rcu_qsbr_reader_perf()
83 cycles = rte_rdtsc_precise() - begin; in test_rcu_qsbr_reader_perf()
101 uint64_t begin, cycles; in test_rcu_qsbr_writer_perf() local
103 begin = rte_rdtsc_precise(); in test_rcu_qsbr_writer_perf()
289 uint64_t begin, cycles; in test_rcu_qsbr_hash_reader() local
299 begin = rte_rdtsc_precise(); in test_rcu_qsbr_hash_reader()
385 uint64_t token, begin, cycles; in test_rcu_qsbr_sw_sv_1qs() local
424 begin = rte_rdtsc_precise(); in test_rcu_qsbr_sw_sv_1qs()
504 uint64_t token, begin, cycles; in test_rcu_qsbr_sw_sv_1qs_non_blocking() local
[all …]
H A Dtest_lpm_perf.c443 uint64_t begin, total_cycles; in test_lpm_rcu_qsbr_writer() local
451 begin = rte_rdtsc_precise(); in test_lpm_rcu_qsbr_writer()
633 begin = rte_rdtsc(); in test_lpm_perf()
641 total_time = rte_rdtsc() - begin; in test_lpm_perf()
677 begin = rte_rdtsc(); in test_lpm_perf()
684 total_time += rte_rdtsc() - begin; in test_lpm_perf()
703 begin = rte_rdtsc(); in test_lpm_perf()
712 total_time += rte_rdtsc() - begin; in test_lpm_perf()
730 begin = rte_rdtsc(); in test_lpm_perf()
751 begin = rte_rdtsc(); in test_lpm_perf()
[all …]
H A Dtest_fib_perf.c342 uint64_t begin, total_time; in test_fib_perf() local
361 begin = rte_rdtsc(); in test_fib_perf()
369 total_time = rte_rdtsc() - begin; in test_fib_perf()
388 begin = rte_rdtsc(); in test_fib_perf()
398 total_time += rte_rdtsc() - begin; in test_fib_perf()
406 begin = rte_rdtsc(); in test_fib_perf()
413 total_time += rte_rdtsc() - begin; in test_fib_perf()
H A Dtest_hash_readwrite.c62 uint64_t begin, cycles; in test_hash_readwrite_worker() local
77 begin = rte_rdtsc_precise(); in test_hash_readwrite_worker()
112 cycles = rte_rdtsc_precise() - begin; in test_hash_readwrite_worker()
295 uint64_t begin, cycles; in test_rw_reader() local
298 begin = rte_rdtsc_precise(); in test_rw_reader()
312 cycles = rte_rdtsc_precise() - begin; in test_rw_reader()
323 uint64_t begin, cycles; in test_rw_writer() local
335 begin = rte_rdtsc_precise(); in test_rw_writer()
346 cycles = rte_rdtsc_precise() - begin; in test_rw_writer()
H A Dresource.c18 return r->end - r->begin; in resource_size()
41 size_t wlen = fwrite(r->begin + total, 1, goal - total, f); in resource_fwrite()
116 memcpy(p, res->begin, resource_size(res)); in resource_untar()
194 memcpy(p, res->begin, resource_size(res)); in resource_rm_by_tar()
H A Dtest_pflock.c64 uint64_t time_diff = 0, begin; in load_loop_fn() local
74 begin = rte_rdtsc_precise(); in load_loop_fn()
88 time_diff = rte_rdtsc_precise() - begin; in load_loop_fn()
H A Dtest_mcslock.c68 uint64_t time_diff = 0, begin; in load_loop_fn() local
80 begin = rte_get_timer_cycles(); in load_loop_fn()
89 time_diff = rte_get_timer_cycles() - begin; in load_loop_fn()
H A Dresource.h34 const char *begin; /**< Start of resource data */ member
98 .begin = b, \
H A Dtest_resource.c28 TEST_ASSERT(!strncmp("DPDK", r->begin, 4), in test_resource_dpdk()
29 "Unexpected payload: %.4s...", r->begin); in test_resource_dpdk()
H A Dtest_ticketlock.c107 uint64_t time_diff = 0, begin; in load_loop_fn() local
116 begin = rte_rdtsc_precise(); in load_loop_fn()
125 time_diff = rte_rdtsc_precise() - begin; in load_loop_fn()
H A Dtest_spinlock.c105 uint64_t time_diff = 0, begin; in load_loop_fn() local
115 begin = rte_get_timer_cycles(); in load_loop_fn()
123 time_diff = rte_get_timer_cycles() - begin; in load_loop_fn()
H A Dtest_hash_multiwriter.c57 uint64_t begin, cycles; in test_hash_multiwriter_worker() local
76 begin = rte_rdtsc_precise(); in test_hash_multiwriter_worker()
86 cycles = rte_rdtsc_precise() - begin; in test_hash_multiwriter_worker()
H A Dtest_rwlock.c97 uint64_t time_diff = 0, begin; in load_loop_fn() local
106 begin = rte_rdtsc_precise(); in load_loop_fn()
123 time_diff = rte_rdtsc_precise() - begin; in load_loop_fn()
H A Dtest_ring_perf.c332 uint64_t begin = 0; in load_loop_fn_helper() local
347 begin = rte_get_timer_cycles(); in load_loop_fn_helper()
354 time_diff = rte_get_timer_cycles() - begin; in load_loop_fn_helper()
H A Dtest_hash_readwrite_lf_perf.c568 uint64_t begin, cycles; in test_rwc_reader() local
596 begin = rte_rdtsc_precise(); in test_rwc_reader()
653 cycles = rte_rdtsc_precise() - begin; in test_rwc_reader()
1271 uint64_t begin, cycles; in test_hash_rcu_qsbr_writer() local
1275 begin = rte_rdtsc_precise(); in test_hash_rcu_qsbr_writer()
1283 cycles = rte_rdtsc_precise() - begin; in test_hash_rcu_qsbr_writer()
H A Dtest_hash_perf.c686 uint64_t begin; in fbk_hash_perf_test() local
693 begin = rte_rdtsc(); in fbk_hash_perf_test()
699 lookup_time += (double)(end - begin); in fbk_hash_perf_test()
H A Dtest_ipsec_perf.c511 uint64_t begin = 0; in measure_performance() local
514 begin = rte_get_timer_cycles(); in measure_performance()
525 time_diff = rte_get_timer_cycles() - begin; in measure_performance()
/dpdk/examples/qos_sched/
H A Dcfg_file.c439 int begin, end; in cfg_load_subport() local
445 begin = atoi(tokens[0]); in cfg_load_subport()
449 end = begin; in cfg_load_subport()
451 if (end >= MAX_SCHED_PIPES || begin > end) in cfg_load_subport()
454 for (k = begin; k <= end; k++) { in cfg_load_subport()
/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c1188 int begin = 0; in iavf_add_del_all_mac_addr() local
1193 for (i = begin; i < IAVF_NUM_MACADDR_MAX; i++, next_begin++) { in iavf_add_del_all_mac_addr()
1210 for (i = begin; i < next_begin; i++) { in iavf_add_del_all_mac_addr()
1237 begin = next_begin; in iavf_add_del_all_mac_addr()
1238 } while (begin < IAVF_NUM_MACADDR_MAX); in iavf_add_del_all_mac_addr()
/dpdk/lib/vhost/
H A Dvirtio_net.c405 uint16_t begin; in vhost_shadow_dequeue_batch_packed() local
416 begin = 1; in vhost_shadow_dequeue_batch_packed()
418 begin = 0; in vhost_shadow_dequeue_batch_packed()
420 vhost_for_each_try_unroll(i, begin, PACKED_BATCH_SIZE) { in vhost_shadow_dequeue_batch_packed()
426 vhost_for_each_try_unroll(i, begin, PACKED_BATCH_SIZE) in vhost_shadow_dequeue_batch_packed()
/dpdk/doc/guides/prog_guide/
H A Devent_timer_adapter.rst201 Once an event timer adapter has been started, an application can begin to
/dpdk/doc/guides/nics/
H A Dpcap_ring.rst320 finally calling rte_eth_dev_start() to allow transmission and reception of packets to begin.
/dpdk/doc/guides/rawdevs/
H A Dioat.rst233 device will begin to process them. It is expected that, for efficiency

12