Re: [PATCH v17 0/4] add support for self monitoring

2025-06-10 Thread Tomasz Duszynski
Hi Thomas, Thanks for taking the time to merge the code and for the detailed update. Cleanup and fixes you've done - appreciated. I'm working on resolving remaining issues.

Re: [PATCH v17 0/4] add support for self monitoring

2025-06-09 Thread Thomas Monjalon
06/06/2025 18:27, Tomasz Duszynski: > Hi Thomas, > > >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

Re: [PATCH v17 0/4] add support for self monitoring

2025-06-06 Thread Tomasz Duszynski
Hi Thomas, >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 +++ >>

RE: [PATCH v17 0/4] add support for self monitoring

2025-06-03 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, 3 June 2025 15.28 > > Hello, > > 17/01/2025 10:00, Tomasz Duszynski: > > lib/pmu/meson.build | 22 + > > lib/pmu/pmu_arm64.c | 94 > > lib/pmu/pmu_private.h|

Re: [PATCH v17 0/4] add support for self monitoring

2025-06-03 Thread Thomas Monjalon
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

RE: [PATCH v17 0/4] add support for self monitoring

2025-06-03 Thread Morten Brørup
+CC David Christensen (IBM POWER maintainer) and Stanislaw Kardach (RISC-V maintainer) +CC Stanislaw Kardach (RISC-V maintainer) +CC Wathsala Vithanage (ARM maintainer) +CC Vipin Varghese (AMD x86 maintainer) > From: Tomasz Duszynski [mailto:tduszyn...@marvell.com] > Sent: Friday, 17 January 2025

[PATCH v17 0/4] add support for self monitoring

2025-01-17 Thread Tomasz Duszynski
This series adds self monitoring support i.e allows to configure and read performance measurement unit (PMU) counters in runtime without using perf utility. This has certain advantages when application runs on isolated cores running dedicated tasks. Events can be read directly using rte_pmu_read()