Re: [PATCH v6 1/5] eal: add lcore info in telemetry

2023-01-26 Thread David Marchand
On Thu, Jan 19, 2023 at 4:08 PM 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, >

Re: [PATCH v6 1/5] eal: add lcore info in telemetry

2023-01-19 Thread Kevin Laatz
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", "cp