Re: [PATCH v5 1/3] eal: add lcore poll busyness telemetry

2022-09-06 Thread Kevin Laatz
On 03/09/2022 14:33, Jerin Jacob wrote: On Fri, Sep 2, 2022 at 9:26 PM Kevin Laatz wrote: From: Anatoly Burakov Currently, there is no way to measure lcore poll busyness in a passive way, without any modifications to the application. This patch adds a new EAL API that will be able to passivel

Re: [PATCH v5 1/3] eal: add lcore poll busyness telemetry

2022-09-03 Thread Jerin Jacob
On Fri, Sep 2, 2022 at 9:26 PM Kevin Laatz wrote: > > From: Anatoly Burakov > > Currently, there is no way to measure lcore poll busyness in a passive way, > without any modifications to the application. This patch adds a new EAL API > that will be able to passively track core polling busyness. >