RE: [PATCH v6 07/15] graph: introduce graph clone API for other worker core

2023-05-26 Thread Yan, Zhirun
ming ; Wang, > Haiyue > Subject: Re: [PATCH v6 07/15] graph: introduce graph clone API for other > worker > core > > On Tue, May 9, 2023 at 11:35 AM Zhirun Yan wrote: > > > > This patch adds graph API for supporting to clone the graph object for > > a speci

Re: [PATCH v6 07/15] graph: introduce graph clone API for other worker core

2023-05-24 Thread Jerin Jacob
On Tue, May 9, 2023 at 11:35 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 v6 07/15] graph: introduce graph clone API for other worker core

2023-05-08 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 | 110 ++