RE: [PATCH v6 06/15] graph: introduce graph bind unbind API

2023-05-26 Thread Yan, Zhirun
ming ; Wang, > Haiyue > Subject: Re: [PATCH v6 06/15] graph: introduce graph bind unbind API > > On Tue, May 9, 2023 at 11:34 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 aff

Re: [PATCH v6 06/15] graph: introduce graph bind unbind API

2023-05-23 Thread Jerin Jacob
On Tue, May 9, 2023 at 11:34 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: Haiyue Wang

[PATCH v6 06/15] graph: introduce graph bind unbind API

2023-05-08 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 ---