RE: [EXT] [PATCH v10 11/16] graph: enable create and destroy graph scheduling workqueue

2023-06-08 Thread Pavan Nikhilesh Bhagavatula
> This patch enables to create and destroy scheduling workqueue into > common graph operations. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan Acked-by: Pavan Nikhilesh > --- > lib/graph/graph.c | 10 ++ > 1 file changed, 10 insertions(+) >

[PATCH v10 11/16] graph: enable create and destroy graph scheduling workqueue

2023-06-08 Thread Zhirun Yan
This patch enables to create and destroy scheduling workqueue into common graph operations. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/graph.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/graph/graph.c b/lib/graph/grap