Re: [PATCH v9 05/17] graph: introduce graph node core affinity API

2023-06-07 Thread Jerin Jacob
On Wed, Jun 7, 2023 at 9:30 AM Zhirun Yan wrote: > > Add lcore_id for node to hold affinity core id and impl > rte_graph_model_mcore_dispatch_lcore_affinity_set to set node affinity > with specific lcore. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan

[PATCH v9 05/17] graph: introduce graph node core affinity API

2023-06-06 Thread Zhirun Yan
Add lcore_id for node to hold affinity core id and impl rte_graph_model_mcore_dispatch_lcore_affinity_set to set node affinity with specific lcore. Signed-off-by: Haiyue Wang Signed-off-by: Cunming Liang Signed-off-by: Zhirun Yan --- lib/graph/graph_private.h | 2 + lib/graph