Re: [PATCH v1 02/13] graph: move node process into inline function

2023-02-20 Thread Jerin Jacob
On Thu, Nov 17, 2022 at 10:40 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 > --- > lib/graph/rte_graph_model_rtc

[PATCH v1 02/13] graph: move node process into inline function

2022-11-16 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 | 18 +--- lib/graph/rte_graph_worker_common.h | 33