RE: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model

2023-06-07 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore > dispatch worker model > > On Wed, Jun 7, 2023 at 5:56 PM Yan, Zhirun wrote: > > > > > > > > > -Original Message- > > > F

Re: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model

2023-06-07 Thread Jerin Jacob
pu...@marvell.com; step...@networkplumber.org; > > pbhagavat...@marvell.com; Liang, Cunming ; Wang, > > Haiyue ; mattias.ronnblom > > > > Subject: Re: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore > > dispatch worker model > > > > On Wed, Ju

RE: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model

2023-06-07 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore > dispatch worker model > > On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote: > > > > Add new parameter "model" to choose mcore dispatch or rtc model

Re: [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model

2023-06-07 Thread Jerin Jacob
On Wed, Jun 7, 2023 at 9:30 AM 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: > RTE_GRAPH_MODEL_SELECT is set to GRAPH_MODEL_RTC by default. Must set > model the same as R

[PATCH v9 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model

2023-06-06 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