| /dpdk/app/test/ |
| H A D | test_lpm6_perf.c | 69 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 D | test_fib6_perf.c | 82 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 D | test_rcu_qsbr_perf.c | 60 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 D | test_lpm_perf.c | 443 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 D | test_fib_perf.c | 342 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 D | test_hash_readwrite.c | 62 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 D | resource.c | 18 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 D | test_pflock.c | 64 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 D | test_mcslock.c | 68 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 D | resource.h | 34 const char *begin; /**< Start of resource data */ member 98 .begin = b, \
|
| H A D | test_resource.c | 28 TEST_ASSERT(!strncmp("DPDK", r->begin, 4), in test_resource_dpdk() 29 "Unexpected payload: %.4s...", r->begin); in test_resource_dpdk()
|
| H A D | test_ticketlock.c | 107 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 D | test_spinlock.c | 105 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 D | test_hash_multiwriter.c | 57 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 D | test_rwlock.c | 97 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 D | test_ring_perf.c | 332 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 D | test_hash_readwrite_lf_perf.c | 568 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 D | test_hash_perf.c | 686 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 D | test_ipsec_perf.c | 511 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 D | cfg_file.c | 439 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 D | iavf_vchnl.c | 1188 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 D | virtio_net.c | 405 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 D | event_timer_adapter.rst | 201 Once an event timer adapter has been started, an application can begin to
|
| /dpdk/doc/guides/nics/ |
| H A D | pcap_ring.rst | 320 finally calling rte_eth_dev_start() to allow transmission and reception of packets to begin.
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ioat.rst | 233 device will begin to process them. It is expected that, for efficiency
|