RE: [PATCH v1 01/13] graph: split graph worker into common and default model

2023-02-23 Thread Yan, Zhirun
> -Original Message- > From: Jerin Jacob > Sent: Monday, February 20, 2023 9:38 PM > To: Yan, Zhirun > Cc: dev@dpdk.org; jer...@marvell.com; kirankum...@marvell.com; > ndabilpu...@marvell.com; Liang, Cunming ; Wang, > Haiyue > Subject: Re: [PATCH v1 01/13] g

Re: [PATCH v1 01/13] graph: split graph worker into common and default model

2023-02-20 Thread Jerin Jacob
On Thu, Nov 17, 2022 at 10:39 AM Zhirun Yan wrote: > > To support multiple graph worker model, split graph into common > and default. Naming the current walk function as rte_graph_model_rtc > cause the default model is RTC(Run-to-completion). There CI issues with this series. Please check https:/

[PATCH v1 01/13] graph: split graph worker into common and default model

2022-11-16 Thread Zhirun Yan
To support multiple graph worker model, split graph into common and default. Naming the current walk function as rte_graph_model_rtc cause the default model is RTC(Run-to-completion). Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/rte_graph_mode