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

2023-06-06 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v7 15/17] examples/l3fwd-graph: introduce multicore > dispatch worker model > > On Tue, Jun 6, 2023 at 10:41 AM Yan, Zhirun wrote: > > > > > > > > > -Original Message- > > > From:

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

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

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

2023-06-05 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v7 15/17] examples/l3fwd-graph: introduce multicore > dispatch worker model > > On Mon, Jun 5, 2023 at 4:57 PM Zhirun Yan wrote: > > > > Add new parameter "model" to choose mcore dispatch or rtc model

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

2023-06-05 Thread Jerin Jacob
On Mon, Jun 5, 2023 at 4:57 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: > RTE_GRAPH_MODEL_SELECT is set to GRAPH_MODEL_RTC by default. Must set > model the same as R

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

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