Re: [PATCH v9 03/17] graph: move node process into inline function

2023-06-07 Thread Jerin Jacob
On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote: > > Node process is a single and reusable block, move the code into an inline > function. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan Acked-by: Jerin Jacob

[PATCH v9 03/17] graph: move node process into inline function

2023-06-06 Thread Zhirun Yan
Node process is a single and reusable block, move the code into an inline function. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/rte_graph_model_rtc.h | 20 ++--- lib/graph/rte_graph_worker_common.h | 33 +++