Home
last modified time | relevance | path

Searched refs:rte_node_t (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Drte_graph.h45 typedef uint32_t rte_node_t; /**< Node id type. */ typedef
209 rte_node_t id; /**< Node identifier of stats. */
434 rte_node_t id; /**< Node Identifier. */
486 rte_node_t rte_node_clone(rte_node_t id, const char *name);
499 rte_node_t rte_node_from_name(const char *name);
511 char *rte_node_id_to_name(rte_node_t id);
523 rte_edge_t rte_node_edge_count(rte_node_t id);
573 rte_node_t rte_node_edge_get(rte_node_t id, char *next_nodes[]);
582 rte_node_t rte_node_max_count(void);
593 void rte_node_dump(FILE *f, rte_node_t id);
[all …]
H A Dnode.c18 static rte_node_t node_id;
57 rte_node_t
145 static rte_node_t
148 rte_node_t rc = RTE_NODE_ID_INVALID; in node_clone()
190 rte_node_t
204 rte_node_t
217 rte_node_id_to_name(rte_node_t id) in rte_node_id_to_name()
231 rte_node_edge_count(rte_node_t id) in rte_node_edge_count()
350 static rte_node_t
361 rte_node_t
[all …]
H A Dgraph_private.h55 rte_node_t id; /**< Allocated identifier for the node. */
56 rte_node_t parent_id; /**< Parent node identifier. */
87 rte_node_t src_node_count;
91 rte_node_t node_count;
233 rte_node_t graph_src_nodes_count(struct graph *graph);
246 rte_node_t graph_nodes_count(struct graph *graph);
304 rte_node_t id);
H A Dgraph_populate.c19 rte_node_t val; in graph_fp_mem_calc_size()
73 rte_node_t pid; in graph_nodes_populate()
106 graph_node_id_to_ptr(const struct rte_graph *graph, rte_node_t id) in graph_node_id_to_ptr()
108 rte_node_t count; in graph_node_id_to_ptr()
122 rte_node_t count; in graph_node_name_to_ptr()
136 rte_node_t count, val; in graph_node_nexts_populate()
218 rte_node_t count; in graph_nodes_mem_destroy()
H A Dgraph_ops.c46 rte_node_t
50 rte_node_t rc = 0; in graph_src_nodes_count()
86 rte_node_t
90 rte_node_t count = 0; in graph_nodes_count()
H A Dgraph_stats.c25 rte_node_t nb_nodes;
34 rte_node_t max_nodes;
140 rte_node_t id = graph_node->node->id; in stats_mem_populate()
143 rte_node_t count; in stats_mem_populate()
334 rte_node_t count; in cluster_node_arregate_stats()
367 rte_node_t count; in rte_graph_cluster_stats_get()
388 rte_node_t count; in rte_graph_cluster_stats_reset()
H A Drte_graph_worker.h40 rte_node_t nb_nodes; /**< Number of nodes in the graph. */
58 rte_node_t id; /**< Node identifier. */
59 rte_node_t parent_id; /**< Parent Node identifier. */
135 const rte_node_t mask = graph->cir_mask; in rte_graph_walk()
H A Dgraph.c218 rte_node_t count; in graph_mem_fixup_node_ctx()
263 rte_node_t src_node_count; in rte_graph_create()
422 rte_node_t count; in rte_graph_node_get()
444 rte_node_t count; in rte_graph_node_get_by_name()
H A Dgraph_debug.c49 rte_node_t count; in rte_graph_obj_dump()
/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c72 rte_node_t nid = node->id; in test_node_ctx_init()
254 static inline rte_node_t
257 rte_node_t pnode_id = rte_node_from_name(pname); in graph_node_get()
259 rte_node_t node_id; in graph_node_get()
277 rte_node_t **node_map) in graph_node_count_edges()
319 rte_node_t *src_nodes; in graph_init()
320 rte_node_t *snk_nodes; in graph_init()
321 rte_node_t **node_map; in graph_init()
352 src_nodes = malloc(sizeof(rte_node_t) * nb_srcs); in graph_init()
358 snk_nodes = malloc(sizeof(rte_node_t) * nb_sinks); in graph_init()
[all …]
H A Dtest_graph.c164 rte_node_t next; in test_node_worker_source()
724 rte_node_t id = rte_node_from_name(node_patterns[i]); in graph_cluster_stats_cb_t()
/f-stack/dpdk/lib/librte_node/
H A Dethdev_rx_priv.h39 rte_node_t nid;
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst100 gives the ID as ``rte_node_t`` type. Both ID or Name shall be used lookup the