Re: [PATCH v9 14/17] graph: add stats for cross-core dispatching

2023-06-07 Thread Jerin Jacob
On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote: > > Add stats for cross-core dispatching scheduler if stats collection is Use mcore dispatch model.(subject as well). be consistent in name usage. > diff --git a/lib/graph/rte_graph_worker_common.h > b/lib/graph/rte_graph_worker_common.h > index

[PATCH v9 14/17] graph: add stats for cross-core dispatching

2023-06-06 Thread Zhirun Yan
Add stats for cross-core dispatching scheduler if stats collection is enabled. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/graph_debug.c| 6 ++ lib/graph/graph_stats.c| 76 +++--- lib/g