On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan <[email protected]> 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 <[email protected]>
> Signed-off-by: Cunming Liang <[email protected]>
> Signed-off-by: Zhirun Yan <[email protected]>
> ---

> +/**
> + * Clone Graph.
> + *
> + * Clone a graph from static graph (graph created from rte_graph_create()). 
> And
> + * all cloned graphs attached to the parent graph MUST be destroyed together
> + * for fast schedule design limitation (stop ALL graph walk firstly).

Please plan to use reference count scheme to avoid this limitation in
next release.

With that,

Acked-by: Jerin Jacob <[email protected]>

Reply via email to