Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 25 of 178) sorted by relevance

12345678

/f-stack/dpdk/app/test/
H A Dtest_reciprocal_division.c71 printf("Division failed, %"PRIu64"/%"PRIu64" = " in test_reciprocal()
72 "expected %"PRIu64" result %"PRIu64"\n", in test_reciprocal()
95 printf("Division failed, %"PRIu64"/%"PRIu64" = " in test_reciprocal()
96 "expected %"PRIu64" result %"PRIu64"\n", in test_reciprocal()
119 "Division 64 failed, %"PRIu64"/%"PRIu64" = " in test_reciprocal()
120 "expected %"PRIu64" result %"PRIu64"\n", in test_reciprocal()
132 "Division 32 failed, %"PRIu64"/%"PRIu64" = " in test_reciprocal()
133 "expected %"PRIu64" result %"PRIu64"\n", in test_reciprocal()
154 printf("Division failed, %"PRIu64"/%"PRIu64" = " in test_reciprocal()
155 "expected %"PRIu64" result %"PRIu64"\n", in test_reciprocal()
H A Dtest_reciprocal_division_perf.c70 printf("Total number of cycles normal division : %"PRIu64"\n", in test_reciprocal_division_perf()
72 printf("Total number of cycles reciprocal division : %"PRIu64"\n", in test_reciprocal_division_perf()
102 printf("Division failed, expected %"PRIu64" " in test_reciprocal_division_perf()
103 "result %"PRIu64"", in test_reciprocal_division_perf()
110 printf("Total number of cycles normal division : %"PRIu64"\n", in test_reciprocal_division_perf()
112 printf("Total number of cycles reciprocal division : %"PRIu64"\n", in test_reciprocal_division_perf()
142 printf("Division failed, expected %"PRIu64" " in test_reciprocal_division_perf()
143 "result %"PRIu64"", in test_reciprocal_division_perf()
151 printf("Total number of cycles normal division : %"PRIu64"\n", in test_reciprocal_division_perf()
180 printf("Division 64 failed, %"PRIu64"/%"PRIu64" = " in test_reciprocal_division_perf()
[all …]
H A Dtest_timer_perf.c62 printf("Time for %u timers: %"PRIu64" (%"PRIu64"ms), ", iterations, in test_timer_perf()
64 printf("Time per timer: %"PRIu64" (%"PRIu64"us)\n", in test_timer_perf()
76 printf("Time for %u callbacks: %"PRIu64" (%"PRIu64"ms), ", iterations, in test_timer_perf()
78 printf("Time per callback: %"PRIu64" (%"PRIu64"us)\n", in test_timer_perf()
88 printf("Time for %u timers: %"PRIu64" (%"PRIu64"ms), ", iterations, in test_timer_perf()
90 printf("Time per timer: %"PRIu64" (%"PRIu64"us)\n", in test_timer_perf()
116 printf("\nTime per rte_timer_manage with zero timers: %"PRIu64" cycles\n", in test_timer_perf()
127 printf("Time per rte_timer_manage with zero callbacks: %"PRIu64" cycles\n", in test_timer_perf()
H A Dtest_barrier.c172 printf("%s(%u): %" PRIu64 " iterations finished, in %" PRIu64 in plock_test1_lcore()
174 "local sum={%" PRIu64 ", %" PRIu64 "}\n", in plock_test1_lcore()
205 printf("%s(iter=%" PRIu64 ", utype=%u) started on %u lcores\n", in plock_test()
253 printf("%s: sum[%u]=%" PRIu64 ", pt[%u].val=%" PRIu64 ", pt[%u].iter=%" PRIu64 ";\n", in plock_test()
H A Dtest_pmd_perf.c307 printf(" RX-packets: %-10"PRIu64" RX-missed: %-10"PRIu64" RX-bytes: " in stats_display()
308 "%-"PRIu64"\n", in stats_display()
310 printf(" RX-errors: %-10"PRIu64" RX-nombuf: %-10"PRIu64"\n", in stats_display()
312 printf(" TX-packets: %-10"PRIu64" TX-errors: %-10"PRIu64" TX-bytes: " in stats_display()
313 "%-"PRIu64"\n", in stats_display()
491 printf("Each port will do %"PRIu64" packets per second\n", in main_loop()
495 printf("Test will stop after at least %"PRIu64" packets received\n", in main_loop()
522 printf("%"PRIu64" packet, %"PRIu64" drop, %"PRIu64" idle\n", in main_loop()
524 printf("Result: %"PRIu64" cycles per packet\n", diff_tsc / count); in main_loop()
552 printf("start to receive total expect %"PRIu64"\n", total); in poll_burst()
[all …]
H A Dtest_mcslock.c111 printf("Core [%u] Cost Time = %"PRIu64" us\n", in test_mcslock_perf()
119 printf("Core [%u] Cost Time = %"PRIu64" us\n", in test_mcslock_perf()
135 printf("Core [%u] Cost Time = %"PRIu64" us\n", in test_mcslock_perf()
140 printf("Total Cost Time = %"PRIu64" us\n", total); in test_mcslock_perf()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c317 printf("\n%u;%u;%u;%"PRIu64";%"PRIu64";%.3f", in cperf_latency_test_runner()
332 printf("\n# Number of bursts: %"PRIu64, in cperf_latency_test_runner()
338 printf("\n# enqueued\t%12"PRIu64"\t%10"PRIu64"\t" in cperf_latency_test_runner()
339 "%10"PRIu64"\t%10"PRIu64, enqd_tot, in cperf_latency_test_runner()
341 printf("\n# dequeued\t%12"PRIu64"\t%10"PRIu64"\t" in cperf_latency_test_runner()
342 "%10"PRIu64"\t%10"PRIu64, deqd_tot, in cperf_latency_test_runner()
344 printf("\n# cycles\t%12"PRIu64"\t%10"PRIu64"\t" in cperf_latency_test_runner()
345 "%10"PRIu64"\t%10"PRIu64, tsc_tot, in cperf_latency_test_runner()
H A Dcperf_test_throughput.c283 printf("%12u%12u%12u%12"PRIu64"%12"PRIu64"%12"PRIu64 in cperf_throughput_test_runner()
284 "%12"PRIu64"%12.4f%12.4f%12.2f\n", in cperf_throughput_test_runner()
302 printf("%u;%u;%u;%"PRIu64";%"PRIu64";%"PRIu64";%"PRIu64";" in cperf_throughput_test_runner()
H A Dcperf_test_verify.c393 printf("%12u%12u%12u%12"PRIu64"%12"PRIu64"%12"PRIu64 in cperf_verify_test_runner()
394 "%12"PRIu64"%12"PRIu64"\n", in cperf_verify_test_runner()
409 printf("%10u;%10u;%u;%"PRIu64";%"PRIu64";%"PRIu64";%"PRIu64";" in cperf_verify_test_runner()
410 "%"PRIu64"\n", in cperf_verify_test_runner()
/f-stack/dpdk/examples/qos_sched/
H A Dmain.c159 printf("\nRX port %"PRIu16": rx: %"PRIu64 " err: %"PRIu64 in app_stat()
160 " no_mbuf: %"PRIu64 "\n", in app_stat()
168 printf("TX port %"PRIu16": tx: %" PRIu64 " err: %" PRIu64 "\n", in app_stat()
178 printf(" RX | %10" PRIu64 " | %10" PRIu64 " |\n", in app_stat()
181 printf("QOS+TX | %10" PRIu64 " | %10" PRIu64 " | pps: %"PRIu64 " \n", in app_stat()
H A Dstats.c310 …printf("| %d | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu32 " |\n", in subport_stat()
354 …printf("| %d | %d | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11i |\n", in pipe_stat()
362 …printf("| %d | %d | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11" PRIu64 " | %11i |\n", in pipe_stat()
/f-stack/dpdk/lib/librte_ip_frag/
H A Drte_ip_frag_common.c107 "finds/inserts:\t%" PRIu64 ";\n" in rte_ip_frag_table_statistics_dump()
108 "entries added:\t%" PRIu64 ";\n" in rte_ip_frag_table_statistics_dump()
109 "entries deleted by timeout:\t%" PRIu64 ";\n" in rte_ip_frag_table_statistics_dump()
110 "entries reused by timeout:\t%" PRIu64 ";\n" in rte_ip_frag_table_statistics_dump()
111 "total add failures:\t%" PRIu64 ";\n" in rte_ip_frag_table_statistics_dump()
112 "add no-space failures:\t%" PRIu64 ";\n" in rte_ip_frag_table_statistics_dump()
113 "add hash-collisions failures:\t%" PRIu64 ";\n", in rte_ip_frag_table_statistics_dump()
/f-stack/dpdk/examples/l2fwd-event/
H A Dmain.c444 "\nPackets sent: %29"PRIu64 in print_stats()
445 "\nPackets received: %25"PRIu64 in print_stats()
446 "\nPackets dropped: %26"PRIu64, in print_stats()
471 "\nReceive queue poll count: %17"PRIu64 in print_stats()
472 "\nReceived packet count: %20"PRIu64 in print_stats()
473 "\nEventdev enqueue count: %19"PRIu64 in print_stats()
476 "\nRx enqueue start timestamp: %15"PRIu64 in print_stats()
477 "\nRx enqueue block cycles: %18"PRIu64 in print_stats()
506 "\nTotal packets sent: %23"PRIu64 in print_stats()
507 "\nTotal packets received: %19"PRIu64 in print_stats()
[all …]
/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c355 printf(" - Pkts rxd: %"PRIu64"\n", in print_stats()
357 printf(" - Pkts enqd to workers ring: %"PRIu64"\n", in print_stats()
368 printf(" - Pkts enqd to tx ring: %"PRIu64"\n", in print_stats()
370 printf(" - Pkts enq to tx failed: %"PRIu64"\n", in print_stats()
381 printf(" - Pkts deqd from workers ring: %"PRIu64"\n", in print_stats()
383 printf(" - Pkts enqd to tx ring: %"PRIu64"\n", in print_stats()
385 printf(" - Pkts enq to tx failed: %"PRIu64"\n", in print_stats()
389 printf(" - Pkts deqd from tx ring: %"PRIu64"\n", in print_stats()
391 printf(" - Ro Pkts transmitted: %"PRIu64"\n", in print_stats()
393 printf(" - Ro Pkts tx failed: %"PRIu64"\n", in print_stats()
[all …]
/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaax_iova_table.c102 DPAAX_DEBUG("Size of device-tree mem node: %" PRIu64, statbuf.st_size); in read_memory_node()
121 DPAAX_DEBUG("Invalid memory node values or count. (size=%" PRIu64 ")", in read_memory_node()
291 "(%"PRIu64")", paddr); in dpaax_iova_table_update()
292 DPAAX_ERR("Add: Lowest address: %"PRIu64"", in dpaax_iova_table_update()
311 DPAAX_DEBUG("Added: vaddr=%zu for Phy:%"PRIu64" at %zu" in dpaax_iova_table_update()
337 " phy(%"PRIu64")", in dpaax_iova_table_update()
342 DPAAX_DEBUG("Add: Found slot at (%"PRIu64")[(%zu)] for vaddr:(%p)," in dpaax_iova_table_update()
343 " phy(%"PRIu64"), len(%zu)", entry[i].start, e_offset, in dpaax_iova_table_update()
374 DPAAX_DEBUG("\t(%16i),(%16"PRIu64"),(%16zu),(%16p)", in dpaax_iova_table_dump()
412 "iova=%"PRIu64", map_len=%zu", in dpaax_memevent_cb()
[all …]
/f-stack/dpdk/app/proc-info/
H A Dmain.c350 printf(" RX-packets: %-10"PRIu64" RX-errors: %-10"PRIu64 in nic_stats_display()
354 printf(" TX-packets: %-10"PRIu64" TX-errors: %-10"PRIu64 in nic_stats_display()
361 " RX-errors: %-10"PRIu64 in nic_stats_display()
491 printf("%s: %"PRIu64"\n", in nic_xstats_by_ids_display()
1120 printf(" -- pkts (%"PRIu64") bytes (%"PRIu64")\n", in show_tm()
1128 " pkts (%"PRIu64") bytes (%"PRIu64")\n", in show_tm()
1133 " pkts (%"PRIu64") bytes (%"PRIu64")\n" in show_tm()
1135 " pkts (%"PRIu64") bytes (%"PRIu64")\n" in show_tm()
1137 " pkts (%"PRIu64") bytes (%"PRIu64")\n", in show_tm()
1217 " error (%"PRIu64")\n", in show_crypto()
[all …]
/f-stack/tools/libxo/tests/core/
H A Dtest_03.c69 #define PRIu64 "llu" in main() macro
71 xo_emit("{k:type/%13s} {:in-use/%5" PRIu64 "} " in main()
72 "{:memory-use/%5" PRIu64 "}{U:K} {:high-use/%7s} " in main()
73 "{:requests/%8" PRIu64 "} ", in main()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_xstats.c1096 fprintf(f, "\t\trx_ok %" PRIu64 "\n", in dlb_eventdev_dump()
1099 fprintf(f, "\t\trx_drop %" PRIu64 "\n", in dlb_eventdev_dump()
1108 fprintf(f, "\t\ttx_ok %" PRIu64 "\n", in dlb_eventdev_dump()
1111 fprintf(f, "\t\ttotal_polls %" PRIu64 "\n", in dlb_eventdev_dump()
1114 fprintf(f, "\t\tzero_polls %" PRIu64 "\n", in dlb_eventdev_dump()
1132 fprintf(f, "\t\ttx_new %" PRIu64 "\n", in dlb_eventdev_dump()
1135 fprintf(f, "\t\ttx_fwd %" PRIu64 "\n", in dlb_eventdev_dump()
1138 fprintf(f, "\t\ttx_rel %" PRIu64 "\n", in dlb_eventdev_dump()
1141 fprintf(f, "\t\ttx_implicit_rel %" PRIu64 "\n", in dlb_eventdev_dump()
1150 fprintf(f, "\t\ttx_sched_atomic %" PRIu64 "\n", in dlb_eventdev_dump()
[all …]
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_xstats.c1114 fprintf(f, "\t\trx_ok %" PRIu64 "\n", in dlb2_eventdev_dump()
1117 fprintf(f, "\t\trx_drop %" PRIu64 "\n", in dlb2_eventdev_dump()
1126 fprintf(f, "\t\ttx_ok %" PRIu64 "\n", in dlb2_eventdev_dump()
1129 fprintf(f, "\t\ttotal_polls %" PRIu64 "\n", in dlb2_eventdev_dump()
1132 fprintf(f, "\t\tzero_polls %" PRIu64 "\n", in dlb2_eventdev_dump()
1150 fprintf(f, "\t\ttx_new %" PRIu64 "\n", in dlb2_eventdev_dump()
1153 fprintf(f, "\t\ttx_fwd %" PRIu64 "\n", in dlb2_eventdev_dump()
1156 fprintf(f, "\t\ttx_rel %" PRIu64 "\n", in dlb2_eventdev_dump()
1159 fprintf(f, "\t\ttx_implicit_rel %" PRIu64 "\n", in dlb2_eventdev_dump()
1168 fprintf(f, "\t\ttx_sched_atomic %" PRIu64 "\n", in dlb2_eventdev_dump()
[all …]
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c141 printf("Port %u - rx: %9"PRIu64"\t" in do_stats_display()
142 "tx: %9"PRIu64"\n", in do_stats_display()
149 printf("distributed: %9"PRIu64", drop: %9"PRIu64"\n", in do_stats_display()
160 " tx: %9"PRIu64", tx_drop: %9"PRIu64"\n" in do_stats_display()
161 " filter_passed: %9"PRIu64", " in do_stats_display()
162 "filter_drop: %9"PRIu64"\n", in do_stats_display()
/f-stack/dpdk/lib/librte_rcu/
H A Drte_rcu_qsbr.h515 __RTE_RCU_DP_LOG(DEBUG, "%s: update: token = %" PRIu64 ", Thread ID = %d", in rte_rcu_qsbr_quiescent()
543 "%s: check: token = %" PRIu64 ", wait = %d, Bit Map = 0x%" PRIx64 ", Thread ID = %d", in __rte_rcu_qsbr_check_selective()
549 "%s: status: token = %" PRIu64 ", wait = %d, Thread QS cnt = %" PRIu64 ", Thread ID = %d", in __rte_rcu_qsbr_check_selective()
606 "%s: check: token = %" PRIu64 ", wait = %d, Thread ID = %d", in __rte_rcu_qsbr_check_all()
611 "%s: status: token = %" PRIu64 ", wait = %d, Thread QS cnt = %" PRIu64 ", Thread ID = %d", in __rte_rcu_qsbr_check_all()
684 "%s: check: token = %" PRIu64 ", wait = %d", in rte_rcu_qsbr_check()
687 "%s: status: least acked token = %" PRIu64, in rte_rcu_qsbr_check()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ptp.c329 otx2_nix_dbg("rx timestamp: %"PRIu64" sec: %"PRIu64" nsec %"PRIu64"", in otx2_nix_timesync_read_rx_timestamp()
350 otx2_nix_dbg("tx timestamp: %"PRIu64" sec: %"PRIu64" nsec %"PRIu64"", in otx2_nix_timesync_read_tx_timestamp()
428 otx2_nix_dbg("PTP time read: %"PRIu64" .%09"PRIu64"", in otx2_nix_timesync_read_time()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c631 fprintf(f, "\trx %"PRIu64"\n\tdrop %"PRIu64"\n\ttx %"PRIu64"\n", in sw_dump()
633 fprintf(f, "\tsched calls: %"PRIu64"\n", sw->sched_called); in sw_dump()
635 fprintf(f, "\tsched no IQ enq: %"PRIu64"\n", sw->sched_no_iq_enqueues); in sw_dump()
654 fprintf(f, "\trx %"PRIu64"\tdrop %"PRIu64"\ttx %"PRIu64 in sw_dump()
663 "\tAvg cycles PP: %"PRIu64"\tCredits: %u\n", in sw_dump()
691 fprintf(f, "\t%srx ring used: %4"PRIu64"\tfree: %4" in sw_dump()
692 PRIu64 COL_RESET"\n", col, used, space); in sw_dump()
701 fprintf(f, "\t%scq ring used: %4"PRIu64"\tfree: %4" in sw_dump()
702 PRIu64 COL_RESET"\n", col, used, space); in sw_dump()
718 fprintf(f, "\trx %"PRIu64"\tdrop %"PRIu64"\ttx %"PRIu64"\n", in sw_dump()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1790 printf(" RX-packets: %-14"PRIu64" TX-packets: %-14"PRIu64 in fwd_stream_stats_display()
1791 " TX-dropped: %-14"PRIu64, in fwd_stream_stats_display()
1887 " RX-dropped: %-14"PRIu64 in fwd_stats_display()
1888 "RX-total: %-"PRIu64"\n", in fwd_stats_display()
1907 " TX-dropped: %-14"PRIu64 in fwd_stats_display()
1962 PRIu64"\n", in fwd_stats_display()
1975 printf(" RX-packets: %-14"PRIu64" RX-dropped: %-14"PRIu64"RX-total: " in fwd_stats_display()
1976 "%-"PRIu64"\n" in fwd_stats_display()
1977 " TX-packets: %-14"PRIu64" TX-dropped: %-14"PRIu64"TX-total: " in fwd_stats_display()
1978 "%-"PRIu64"\n", in fwd_stats_display()
[all …]
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_ctf.c171 "%20"PRIu64";\n" in meta_clock_pass2_emit()
183 "%20"PRIu64";\n" in meta_clock_pass3_emit()
195 "%20"PRIu64";\n};\n\n" in meta_clock_pass4_emit()
317 rc = sprintf(str, "%20"PRIu64"", rte_get_timer_hz()); in meta_fix_freq()
341 rc = sprintf(str, "%20"PRIu64"", offset_s); in meta_fix_freq_offset()
344 rc = sprintf(str, "%20"PRIu64"", offset); in meta_fix_freq_offset()

12345678