Home
last modified time | relevance | path

Searched refs:node_tx (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c109 uint64_t node_tx[MAX_NODES], node_tx_drop[MAX_NODES]; in do_stats_display() local
114 memset(node_tx, 0, sizeof(node_tx)); in do_stats_display()
126 node_tx[i] += tx_val; in do_stats_display()
163 i, rx, rx_drop, node_tx[i], node_tx_drop[i], in do_stats_display()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst391 uint64_t node_tx[MAX_NODES], node_tx_drop[MAX_NODES];
396 memset(node_tx, 0, sizeof(node_tx));
408 node_tx[i] += tx_val;
445 i, rx, rx_drop, node_tx[i], node_tx_drop[i],