Home
last modified time | relevance | path

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

/dpdk/lib/node/
H A Dethdev_ctrl.c16 uint16_t nb_graphs; member
21 uint16_t nb_graphs) in rte_node_eth_config() argument
59 if (tx_q_used < nb_graphs) in rte_node_eth_config()
111 ctrl.nb_graphs = nb_graphs; in rte_node_eth_config()
H A Drte_node_eth_api.h60 uint16_t cnt, uint16_t nb_graphs);
/dpdk/lib/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()
212 for (count = 0; count < cluster->nb_graphs; count++) in cluster_add()
217 if (cluster->nb_graphs + 1 > cluster->size) { in cluster_add()
226 cluster->graphs[cluster->nb_graphs++] = graph; in cluster_add()
299 for (i = 0; i < cluster.nb_graphs; i++) { in rte_graph_cluster_stats_create()
/dpdk/examples/l3fwd-graph/
H A Dmain.c759 uint16_t nb_graphs = 0; in main() local
981 nb_graphs++; in main()
987 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs); in main()