Searched refs:cluster (Results 1 – 5 of 5) sorted by relevance
15 struct cluster { struct102 stats_mem_init(struct cluster *cluster, in stats_mem_init() argument158 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() argument202 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 …]
14 cluster to monitor per graph and per node stats.227 Get the node statistics using graph cluster233 Introduced a graph cluster object for statistics.235 graph cluster with multiple graph objects and ``rte_graph_cluster_stats_get()``
14 partitioning of a flat key space among a cluster of machines. When a15 packet enters the cluster, the ingress node will direct the packet to18 storage cluster, stateful packet inspection will use match incoming28 inter-cluster network traffic locating. Third, since the storage
264 shrink, etc. The API also allows the creation of a stats cluster to monitor
148 arranged in a multi-cluster configuration.