Re: [PATCH 2/4] eal: allow applications to report their cpu usage

2022-12-13 Thread Tyler Retzlaff
On Tue, Dec 13, 2022 at 04:49:31PM +0100, Robin Jarry wrote: > Robin Jarry, Dec 07, 2022 at 17:21: > > Allow applications to register a callback that will be invoked in > > rte_lcore_dump() and when requesting lcore info in the telemetry API. > > > > The callback is expected to return the number of

RE: [PATCH 2/4] eal: allow applications to report their cpu usage

2022-12-13 Thread Morten Brørup
> From: Robin Jarry [mailto:rja...@redhat.com] > Sent: Tuesday, 13 December 2022 16.50 > > Robin Jarry, Dec 07, 2022 at 17:21: > > Allow applications to register a callback that will be invoked in > > rte_lcore_dump() and when requesting lcore info in the telemetry API. > > > > The callback is exp

Re: [PATCH 2/4] eal: allow applications to report their cpu usage

2022-12-13 Thread Robin Jarry
Robin Jarry, Dec 07, 2022 at 17:21: > Allow applications to register a callback that will be invoked in > rte_lcore_dump() and when requesting lcore info in the telemetry API. > > The callback is expected to return the number of TSC cycles that have > passed since application start and the number o