Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Dgraph_stats.c15 struct cluster { struct
102 stats_mem_init(struct cluster *cluster, in stats_mem_init() argument
158 cluster->nodes[cluster->nb_nodes++] = node; in stats_mem_populate()
180 cluster->nodes[cluster->nb_nodes++] = node; in stats_mem_populate()
200 cluster_init(struct cluster *cluster) in cluster_init() argument
202 memset(cluster, 0, sizeof(*cluster)); in cluster_init()
217 if (cluster->nb_graphs + 1 > cluster->size) { in cluster_add()
218 cluster->size = RTE_MAX(1, cluster->size * 2); in cluster_add()
226 cluster->graphs[cluster->nb_graphs++] = graph; in cluster_add()
234 cluster_fini(struct cluster *cluster) in cluster_fini() argument
[all …]
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst14 cluster to monitor per graph and per node stats.
227 Get the node statistics using graph cluster
233 Introduced a graph cluster object for statistics.
235 graph cluster with multiple graph objects and ``rte_graph_cluster_stats_get()``
H A Defd_lib.rst14 partitioning of a flat key space among a cluster of machines. When a
15 packet enters the cluster, the ingress node will direct the packet to
18 storage cluster, stateful packet inspection will use match incoming
28 inter-cluster network traffic locating. Third, since the storage
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst264 shrink, etc. The API also allows the creation of a stats cluster to monitor
H A Drelease_18_05.rst148 arranged in a multi-cluster configuration.