On 19/01/2023 15:06, Robin Jarry wrote:
Report the same information than rte_lcore_dump() in the telemetry
API into /eal/lcore/list and /eal/lcore/info,ID.
Example:
--> /eal/lcore/info,3
{
"/eal/lcore/info": {
"lcore_id": 3,
"socket": 0,
"role": "RTE",
"cpuset": [
3
]
}
}
Signed-off-by: Robin Jarry <rja...@redhat.com>
Acked-by: Morten Brørup <m...@smartsharesystems.com>
---
Notes:
v5 -> v6: No change
lib/eal/common/eal_common_lcore.c | 96 +++++++++++++++++++++++++++++++
1 file changed, 96 insertions(+)
Reviewed-by: Kevin Laatz <kevin.la...@intel.com>