Re: [PATCH v2 0/3] Add lcore poll busyness telemetry

2022-08-25 Thread Kevin Laatz
On 25/08/2022 08:47, Morten Brørup wrote: From: Kevin Laatz [mailto:kevin.la...@intel.com] Sent: Wednesday, 24 August 2022 18.25 Currently, there is no way to measure lcore busyness in a passive way, without any modifications to the application. This patchset adds a new EAL API that will be able

RE: [PATCH v2 0/3] Add lcore poll busyness telemetry

2022-08-25 Thread Morten Brørup
> From: Kevin Laatz [mailto:kevin.la...@intel.com] > Sent: Wednesday, 24 August 2022 18.25 > > Currently, there is no way to measure lcore busyness in a passive way, > without any modifications to the application. This patchset adds a new > EAL > API that will be able to passively track core busyn

[PATCH v2 0/3] Add lcore poll busyness telemetry

2022-08-24 Thread Kevin Laatz
Currently, there is no way to measure lcore busyness in a passive way, without any modifications to the application. This patchset adds a new EAL API that will be able to passively track core busyness. As part of the set, new telemetry endpoints are added to read the generate metrics. Anatoly Bura