RE: [EXT] [PATCH v10 16/16] examples/l3fwd-graph: introduce mcore dispatch worker model

2023-06-08 Thread Yan, Zhirun
..@gmail.com > Cc: Liang, Cunming ; Wang, Haiyue > ; mattias.ronnblom > > Subject: RE: [EXT] [PATCH v10 16/16] examples/l3fwd-graph: introduce mcore > dispatch worker model > > > Add new parameter "model" to choose mcore dispatch or rtc model. > > And in di

RE: [EXT] [PATCH v10 16/16] examples/l3fwd-graph: introduce mcore dispatch worker model

2023-06-08 Thread Pavan Nikhilesh Bhagavatula
> Add new parameter "model" to choose mcore dispatch or rtc model. > And in dispatch model, the node will affinity to worker core successively. > > Note: > RTE_GRAPH_MODEL_SELECT is set to GRAPH_MODEL_RTC by default. Must Should be RTE_GRAPH_MODEL_RTC > set > model the same as RTE_GRAPH_MODEL_SE

Re: [PATCH v10 16/16] examples/l3fwd-graph: introduce mcore dispatch worker model

2023-06-08 Thread Jerin Jacob
On Thu, Jun 8, 2023 at 3:36 PM Zhirun Yan wrote: > > Add new parameter "model" to choose mcore dispatch or rtc model. > And in dispatch model, the node will affinity to worker core successively. > > Note: Remove just the "Note" text. > RTE_GRAPH_MODEL_SELECT is set to GRAPH_MODEL_RTC by defaul

[PATCH v10 16/16] examples/l3fwd-graph: introduce mcore dispatch worker model

2023-06-08 Thread Zhirun Yan
Add new parameter "model" to choose mcore dispatch or rtc model. And in dispatch model, the node will affinity to worker core successively. Note: RTE_GRAPH_MODEL_SELECT is set to GRAPH_MODEL_RTC by default. Must set model the same as RTE_GRAPH_MODEL_SELECT If set it as rtc or mcore dispatch explic