Re: [PATCH v6 1/3] graph: add support for node specific xstats

2024-10-14 Thread Jerin Jacob
On Mon, Oct 14, 2024 at 9:41 PM wrote: > > From: Pavan Nikhilesh > > Add ability for Nodes to advertise xstat counters > during registration and increment them in fastpath. > Add support for retrieving/printing stats for node > specific xstats using rte_graph_cluster_stats_get(). > Add `rte_node_

[PATCH v6 1/3] graph: add support for node specific xstats

2024-10-14 Thread pbhagavatula
From: Pavan Nikhilesh Add ability for Nodes to advertise xstat counters during registration and increment them in fastpath. Add support for retrieving/printing stats for node specific xstats using rte_graph_cluster_stats_get(). Add `rte_node_xstat_increment` API to increment node specific xstat c