Home
last modified time | relevance | path

Searched refs:port_tx (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/examples/qos_meter/
H A Dmain.c87 static uint16_t port_tx; variable
263 port_tx = i; in parse_args()
380 port_tx, strerror(-ret)); in main()
390 port_tx, in main()
404 port_tx, ret); in main()
409 rte_eth_dev_socket_id(port_tx), in main()
417 rte_eth_dev_socket_id(port_tx), in main()
424 rte_eth_dev_socket_id(port_tx)); in main()
427 port_tx); in main()
435 ret = rte_eth_dev_start(port_tx); in main()
[all …]
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c100 uint64_t port_tx[RTE_MAX_ETHPORTS], port_tx_drop[RTE_MAX_ETHPORTS]; in do_stats_display() local
104 memset(port_tx, 0, sizeof(port_tx)); in do_stats_display()
115 port_tx[j] += tx_val; in do_stats_display()
135 port_tx[i]); in do_stats_display()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c108 uint64_t port_tx[RTE_MAX_ETHPORTS], port_tx_drop[RTE_MAX_ETHPORTS]; in do_stats_display() local
112 memset(port_tx, 0, sizeof(port_tx)); in do_stats_display()
124 port_tx[j] += tx_val; in do_stats_display()
144 port_tx[i]); in do_stats_display()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst390 uint64_t port_tx[RTE_MAX_ETHPORTS], port_tx_drop[RTE_MAX_ETHPORTS];
394 memset(port_tx, 0, sizeof(port_tx));
406 port_tx[j] += tx_val;
426 port_tx[i]);