Re: [PATCH v9 02/17] graph: split graph worker into common and default model

2023-06-07 Thread Jerin Jacob
On Wed, Jun 7, 2023 at 9:29 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). > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming

[PATCH v9 02/17] graph: split graph worker into common and default model

2023-06-06 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/graph_pcap.c