Home
last modified time | relevance | path

Searched refs:nb_graphs (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_node/
H A Dethdev_ctrl.c18 uint16_t nb_graphs; member
23 uint16_t nb_graphs) in rte_node_eth_config() argument
61 if (tx_q_used < nb_graphs) in rte_node_eth_config()
113 ctrl.nb_graphs = nb_graphs; in rte_node_eth_config()
H A Drte_node_eth_api.h60 uint16_t cnt, uint16_t nb_graphs);
/f-stack/dpdk/lib/librte_graph/
H A Dgraph_stats.c16 rte_graph_t nb_graphs; member
118 cluster_node_size += cluster->nb_graphs * sizeof(struct rte_node *); in stats_mem_init()
209 for (count = 0; count < cluster->nb_graphs; count++) in cluster_add()
214 if (cluster->nb_graphs + 1 > cluster->size) { in cluster_add()
223 cluster->graphs[cluster->nb_graphs++] = graph; in cluster_add()
297 for (i = 0; i < cluster.nb_graphs; i++) { in rte_graph_cluster_stats_create()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c743 uint16_t nb_graphs = 0; in main() local
958 nb_graphs++; in main()
964 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst184 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs);