Searched refs:port_statistics (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 149 port_statistics[portid].tx, in print_stats() 150 port_statistics[portid].rx, in print_stats() 151 port_statistics[portid].dropped); in print_stats() 153 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 154 total_packets_tx += port_statistics[portid].tx; in print_stats() 155 total_packets_rx += port_statistics[portid].rx; in print_stats() 190 port_statistics[dst_port].tx += sent; in lsi_simple_forward() 245 port_statistics[portid].tx += sent; in lsi_main_loop() 279 port_statistics[portid].rx += nb_rx; in lsi_main_loop() 694 &port_statistics[portid].dropped); in main() [all …]
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 147 port_statistics[portid].tx, in print_stats() 148 port_statistics[portid].rx, in print_stats() 149 port_statistics[portid].dropped); in print_stats() 151 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 152 total_packets_tx += port_statistics[portid].tx; in print_stats() 153 total_packets_rx += port_statistics[portid].rx; in print_stats() 189 port_statistics[dst_port].tx += sent; in l2fwd_simple_forward() 255 port_statistics[portid].tx += sent; in l2fwd_main_loop() 271 port_statistics[portid].rx += nb_rx; in l2fwd_main_loop() 712 &port_statistics[portid].dropped); in main() [all …]
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 143 port_statistics[portid].tx, in print_stats() 144 port_statistics[portid].rx, in print_stats() 145 port_statistics[portid].dropped); in print_stats() 147 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 148 total_packets_tx += port_statistics[portid].tx; in print_stats() 149 total_packets_rx += port_statistics[portid].rx; in print_stats() 194 port_statistics[dst_port].tx += sent; in l2fwd_simple_forward() 250 port_statistics[portid].tx += sent; in l2fwd_main_loop() 284 port_statistics[portid].rx += nb_rx; in l2fwd_main_loop() 840 &port_statistics[portid].dropped); in main() [all …]
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 58 struct ioat_port_statistics port_statistics; variable 119 port_statistics.tx[port_id], in print_port_stats() 120 port_statistics.rx[port_id], in print_port_stats() 121 port_statistics.tx_dropped[port_id], in print_port_stats() 122 port_statistics.copy_dropped[port_id]); in print_port_stats() 261 port_statistics.tx_dropped[port_id] in print_stats() 262 + port_statistics.copy_dropped[port_id]; in print_stats() 264 port_statistics.tx[port_id]; in print_stats() 266 port_statistics.rx[port_id]; in print_stats() 889 &port_statistics.tx_dropped[portid]); in port_init() [all …]
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 308 port_statistics[portid].tx, in show_stats_cb() 309 port_statistics[portid].rx, in show_stats_cb() 310 port_statistics[portid].dropped); in show_stats_cb() 312 total_packets_dropped += port_statistics[portid].dropped; in show_stats_cb() 313 total_packets_tx += port_statistics[portid].tx; in show_stats_cb() 314 total_packets_rx += port_statistics[portid].rx; in show_stats_cb() 360 port_statistics[dst_port].tx += sent; in l2fwd_simple_forward() 419 port_statistics[portid].rx += total_nb_rx; in l2fwd_fwd_job() 457 port_statistics[portid].tx += sent; in l2fwd_flush_job() 915 &port_statistics[portid].dropped); in main() [all …]
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 251 struct l2fwd_port_statistics port_statistics[RTE_MAX_ETHPORTS]; variable 295 port_statistics[portid].tx, in print_stats() 296 port_statistics[portid].rx, in print_stats() 297 port_statistics[portid].dropped); in print_stats() 299 total_packets_dropped += port_statistics[portid].dropped; in print_stats() 300 total_packets_tx += port_statistics[portid].tx; in print_stats() 301 total_packets_rx += port_statistics[portid].rx; in print_stats() 563 port_statistics[port].tx += ret; in l2fwd_send_burst() 565 port_statistics[port].dropped += (n - ret); in l2fwd_send_burst() 900 port_statistics[portid].rx += nb_rx; in l2fwd_main_loop() [all …]
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ioat.rst | 390 port_statistics.rx[rx_config->rxtx_port] += nb_rx; 427 port_statistics.copy_dropped[rx_config->rxtx_port] += 541 port_statistics.tx[tx_config->rxtx_port] += nb_tx;
|
| H A D | l2_forward_event.rst | 590 port_statistics[dst_port].tx += sent; 623 port_statistics[portid].tx += sent;
|
| H A D | link_status_intr.rst | 283 port_statistics[portid].rx += nb_rx;
|