RE: [PATCH v7 06/17] graph: introduce graph bind unbind API

2023-06-05 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v7 06/17] graph: introduce graph bind unbind API > > On Mon, Jun 5, 2023 at 4:56 PM Zhirun Yan wrote: > > > > Add lcore_id for graph to hold affinity core id where graph would run on. > > Add bind/unbind API to

Re: [PATCH v7 06/17] graph: introduce graph bind unbind API

2023-06-05 Thread Jerin Jacob
On Mon, Jun 5, 2023 at 4:56 PM 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: Haiyue Wang

[PATCH v7 06/17] graph: introduce graph bind unbind API

2023-06-05 Thread Zhirun Yan
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: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan ---