RE: [PATCH v10 06/16] graph: introduce graph bind unbind API

2023-06-08 Thread Yan, Zhirun
ming ; Wang, > Haiyue ; mattias.ronnblom > > Subject: Re: [PATCH v10 06/16] graph: introduce graph bind unbind API > > On Thu, Jun 8, 2023 at 3:35 PM Zhirun Yan wrote: > > > > Add lcore_id for graph to hold affinity core id where graph would run on. > > Add bind/unbi

Re: [PATCH v10 06/16] graph: introduce graph bind unbind API

2023-06-08 Thread Jerin Jacob
On Thu, Jun 8, 2023 at 3:35 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. > > diff --git a/lib/graph/vers

[PATCH v10 06/16] graph: introduce graph bind unbind API

2023-06-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 Acke