RE: [RFC, v1 0/6] graph enhancement for multi-core dispatch

2022-09-29 Thread Yan, Zhirun
> -Original Message- > From: Jerin Jacob > Sent: Tuesday, September 20, 2022 5:33 PM > To: Yan, Zhirun > Cc: dev@dpdk.org; jer...@marvell.com; kirankum...@marvell.com; Liang, > Cunming ; Wang, Haiyue > > Subject: Re: [RFC, v1 0/6] graph enhancement for multi-c

Re: [RFC, v1 0/6] graph enhancement for multi-core dispatch

2022-09-20 Thread Jerin Jacob
On Thu, Sep 8, 2022 at 7:40 AM Zhirun Yan wrote: > > Currently, the rte_graph_walk() and rte_node_enqueue* fast path API > functions in graph lib implementation are designed to work on single-core. > > This solution(RFC) proposes usage of cross-core dispatching mechanism to > enhance the graph sca

[RFC, v1 0/6] graph enhancement for multi-core dispatch

2022-09-07 Thread Zhirun Yan
Currently, the rte_graph_walk() and rte_node_enqueue* fast path API functions in graph lib implementation are designed to work on single-core. This solution(RFC) proposes usage of cross-core dispatching mechanism to enhance the graph scaling strategy. We introduce Scheduler Workqueue then we could