RE: [EXT] [PATCH v10 13/16] graph: enable graph multicore dispatch scheduler model

2023-06-08 Thread Pavan Nikhilesh Bhagavatula
> This patch enables to chose new scheduler model. Must define > RTE_GRAPH_MODEL_SELECT before including rte_graph_worker.h > to enable specific model choosing. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan Acked-by: Pavan Nikhilesh > --- > doc/gui

Re: [PATCH v10 13/16] graph: enable graph multicore dispatch scheduler model

2023-06-08 Thread Jerin Jacob
On Thu, Jun 8, 2023 at 3:35 PM Zhirun Yan wrote: > > This patch enables to chose new scheduler model. Must define > RTE_GRAPH_MODEL_SELECT before including rte_graph_worker.h > to enable specific model choosing. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhiru

[PATCH v10 13/16] graph: enable graph multicore dispatch scheduler model

2023-06-08 Thread Zhirun Yan
This patch enables to chose new scheduler model. Must define RTE_GRAPH_MODEL_SELECT before including rte_graph_worker.h to enable specific model choosing. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- doc/guides/prog_guide/graph_lib.rst | 71