Searched refs:port_tx (Results 1 – 3 of 3) sorted by relevance
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 84 static uint16_t port_tx; variable 262 port_tx = i; in parse_args() 379 port_tx, strerror(-ret)); in main() 389 port_tx, in main() 403 port_tx, ret); in main() 408 rte_eth_dev_socket_id(port_tx), in main() 416 rte_eth_dev_socket_id(port_tx), in main() 423 rte_eth_dev_socket_id(port_tx)); in main() 426 port_tx); in main() 434 ret = rte_eth_dev_start(port_tx); in main() [all …]
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 99 uint64_t port_tx[RTE_MAX_ETHPORTS], port_tx_drop[RTE_MAX_ETHPORTS]; in do_stats_display() local 103 memset(port_tx, 0, sizeof(port_tx)); in do_stats_display() 114 port_tx[j] += tx_val; in do_stats_display() 134 port_tx[i]); in do_stats_display()
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 107 uint64_t port_tx[RTE_MAX_ETHPORTS], port_tx_drop[RTE_MAX_ETHPORTS]; in do_stats_display() local 111 memset(port_tx, 0, sizeof(port_tx)); in do_stats_display() 123 port_tx[j] += tx_val; in do_stats_display() 143 port_tx[i]); in do_stats_display()
|