Re: [PATCH v9 08/17] graph: introduce graph clone API for other worker core

2023-06-07 Thread Jerin Jacob
On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote: > > This patch adds graph API for supporting to clone the graph object for > a specified worker core. The new graph will also clone all nodes. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan > --- > +/**

[PATCH v9 08/17] graph: introduce graph clone API for other worker core

2023-06-06 Thread Zhirun Yan
This patch adds graph API for supporting to clone the graph object for a specified worker core. The new graph will also clone all nodes. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/graph.c | 89 +++