RE: [PATCH v1 06/13] graph: introduce graph affinity API

2023-02-23 Thread Yan, Zhirun
> -Original Message- > From: Jerin Jacob > Sent: Monday, February 20, 2023 10:07 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 06/13

Re: [PATCH v1 06/13] graph: introduce graph affinity API

2023-02-20 Thread Jerin Jacob
On Thu, Nov 17, 2022 at 10:40 AM Zhirun Yan wrote: > > Add lcore_id for graph to hold affinity core id where graph would run on. > Add bind/unbind API to set/unset graph affinity attribute. lcore_id will > be set as MAX by default, it means not enable this attribute. > > Signed-off-by: Zhirun Yan