RE: [PATCH v6 12/15] graph: enable graph multicore dispatch scheduler model

2023-05-26 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v6 12/15] graph: enable graph multicore dispatch scheduler > model > > On Tue, May 9, 2023 at 11:35 AM Zhirun Yan wrote: > > > > This patch enables to chose new scheduler model. > > > > Signed-of

Re: [PATCH v6 12/15] graph: enable graph multicore dispatch scheduler model

2023-05-24 Thread Jerin Jacob
On Tue, May 9, 2023 at 11:35 AM Zhirun Yan wrote: > > This patch enables to chose new scheduler model. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan > rte_graph_walk(struct rte_graph *graph) > { > - rte_graph_walk_rtc(graph); > + int mo

[PATCH v6 12/15] graph: enable graph multicore dispatch scheduler model

2023-05-08 Thread Zhirun Yan
This patch enables to chose new scheduler model. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/rte_graph_worker.h | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/graph/rte_graph_worker.h b/lib/graph/rte_graph_wor