RE: [EXT] [PATCH v5 03/15] graph: move node process into inline function

2023-05-04 Thread Yan, Zhirun
, Cunming ; Wang, Haiyue > > Subject: RE: [EXT] [PATCH v5 03/15] graph: move node process into inline > function > > > Node process is a single and reusable block, move the code into an > > inline function. > > > > Signed-off-by: Haiyue Wang > > Signed-off-

RE: [EXT] [PATCH v5 03/15] graph: move node process into inline function

2023-04-27 Thread Pavan Nikhilesh Bhagavatula
> 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 > +++

[PATCH v5 03/15] graph: move node process into inline function

2023-03-30 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 +++