[PATCH v17 0/4] add support for self monitoring
Thomas Monjalon
thomas at monjalon.net
Tue Jun 3 15:28:06 CEST 2025
Hello,
17/01/2025 10:00, Tomasz Duszynski:
> lib/pmu/meson.build | 22 +
> lib/pmu/pmu_arm64.c | 94 ++++
> lib/pmu/pmu_private.h | 32 ++
> lib/pmu/rte_pmu.c | 537 +++++++++++++++++++++++
> lib/pmu/rte_pmu.h | 251 +++++++++++
> lib/pmu/rte_pmu_pmc_arm64.h | 30 ++
> lib/pmu/rte_pmu_pmc_x86_64.h | 24 +
Reading it again, I wonder why it is a separate library.
In general we give access to the hardware in EAL.
Why not having PMU in EAL?
More information about the dev
mailing list