> -----Original Message-----
> From: Pavan Nikhilesh Bhagavatula <[email protected]>
> Sent: Thursday, June 8, 2023 8:09 PM
> To: Yan, Zhirun <[email protected]>; [email protected]; Jerin Jacob
> Kollanukkaran <[email protected]>; Kiran Kumar Kokkilagadda
> <[email protected]>; Nithin Kumar Dabilpuram
> <[email protected]>; [email protected];
> [email protected]
> Cc: Liang, Cunming <[email protected]>; Wang, Haiyue
> <[email protected]>; mattias.ronnblom
> <[email protected]>
> 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 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
Good catch. I will correct it in next version. Thanks.
>
> > set
> > model the same as RTE_GRAPH_MODEL_SELECT If set it as rtc or mcore
> > dispatch explicitly. If not define it, it could choose by param model
> > in runtime.
> > Only support one RX node for mcore dispatch model in current
> > implementation.
> >
> > ./dpdk-l3fwd-graph -l 1,2,3,4 -n 4 -- -p 0x1 --config="(0,0,1)" -P
> > --model="dispatch"
> >
> > Signed-off-by: Haiyue Wang <[email protected]>
> > Signed-off-by: Cunming Liang <[email protected]>
> > Signed-off-by: Zhirun Yan <[email protected]>
>
> Acked-by: Pavan Nikhilesh <[email protected]>
>
> > ---
> > doc/guides/sample_app_ug/l3_forward_graph.rst | 16 ++
> > examples/l3fwd-graph/main.c | 230 +++++++++++++++---
> > 2 files changed, 208 insertions(+), 38 deletions(-)
> >