RE: [EXT] [RFC, v1 4/6] graph: enhance graph walk by cross-core dispatch

2022-09-14 Thread Yan, Zhirun
> -Original Message- > From: Pavan Nikhilesh Bhagavatula > Sent: Thursday, September 8, 2022 1:27 PM > To: Yan, Zhirun ; dev@dpdk.org; Jerin Jacob > Kollanukkaran ; Kiran Kumar Kokkilagadda > > Cc: Liang, Cunming ; Wang, Haiyue > > Subject: RE: [EXT] [

RE: [EXT] [RFC, v1 4/6] graph: enhance graph walk by cross-core dispatch

2022-09-07 Thread Pavan Nikhilesh Bhagavatula
> This patch enhance the task scheduler mechanism to enable dispatching > tasks to another worker cores. Currently, there is only a local work > queue for one graph to walk. We introduce a scheduler worker queue in > each worker core for dispatching tasks. It will perform the walk on > scheduler wo