Re: [RFC PATCH v1 5/5] lcore: store physical package ID internally

2024-09-09 Thread fengchengwen
It seemed there is no usage scenario of the new field, suggest add it when we indeed need it. On 2024/9/6 19:47, Anatoly Burakov wrote: > This patch introduces a new field in the lcore structure that stores the > physical package ID of the core. This field is populated during EAL init. > It is no

[RFC PATCH v1 5/5] lcore: store physical package ID internally

2024-09-06 Thread Anatoly Burakov
This patch introduces a new field in the lcore structure that stores the physical package ID of the core. This field is populated during EAL init. It is not exposed through any external API's for now. Signed-off-by: Anatoly Burakov --- lib/eal/common/eal_common_lcore.c | 18 ++ l