RE: [PATCH v1 13/13] examples/l3fwd-graph: introduce generic worker model

2023-02-23 Thread Yan, Zhirun
> -Original Message- > From: Jerin Jacob > Sent: Monday, February 20, 2023 10:20 PM > To: Yan, Zhirun > Cc: dev@dpdk.org; jer...@marvell.com; kirankum...@marvell.com; > ndabilpu...@marvell.com; Liang, Cunming ; Wang, > Haiyue > Subject: Re: [PATCH v1 13/

Re: [PATCH v1 13/13] examples/l3fwd-graph: introduce generic worker model

2023-02-20 Thread Jerin Jacob
On Thu, Nov 17, 2022 at 10:41 AM Zhirun Yan wrote: > > Add new parameter "model" to choose generic or rtc worker model. > And in generic model, the node will affinity to worker core successively. > > Note: > only support one RX node for remote model in current implementation. > > ./dpdk-l3fwd-grap

[PATCH v1 13/13] examples/l3fwd-graph: introduce generic worker model

2022-11-16 Thread Zhirun Yan
Add new parameter "model" to choose generic or rtc worker model. And in generic model, the node will affinity to worker core successively. Note: only support one RX node for remote model in current implementation. ./dpdk-l3fwd-graph -l 8,9,10,11 -n 4 -- -p 0x1 --config="(0,0,9)" -P --model="gene