Robin Jarry, Dec 16, 2022 at 11: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 of these cycles that were > spent doing busy work. > > Signed-off-by: Robin Jarry <rja...@redhat.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > --- > v4 -> v5: > > The callback now takes a pointer to a rte_lcore_usage structure. > I chose not to include any API version tracking mechanism since the > unsupported/unused fields can simply be left to zero. This is only > telemetry after all.
Hi Kevin, Bruce, did you have a chance to go over this series? Do you have any comments?