Re: [PATCH v8 0/5] lcore telemetry improvements

2023-02-05 Thread Thomas Monjalon
> Robin Jarry (5): > eal: add lcore info in telemetry > eal: report applications lcore usage > app/testpmd: add dump command for lcores > app/testpmd: report lcore usage > eal: add lcore usage telemetry endpoint It needs to be rebased on top of the series renaming u64 functions to uint.

[PATCH v8 0/5] lcore telemetry improvements

2023-02-02 Thread Robin Jarry
This is a follow up on previous work by Kevin Laatz: http://patches.dpdk.org/project/dpdk/list/?series=24658&state=* This series is aimed at allowing DPDK applications to expose their CPU usage stats in the DPDK telemetry under /eal/lcore/info. This is a much more basic and naive approach which l