>> Add support for programming PMU counters and reading their values in >> runtime bypassing kernel completely. >> >> This is especially useful in cases where CPU cores are isolated i.e >> run dedicated tasks. In such cases one cannot use standard perf >> utility without sacrificing latency and performance. >> >> Signed-off-by: Tomasz Duszynski <[email protected]> >> --- > >Acked-by: Konstantin Ananyev <[email protected]> > >As future possible enhancements - I think it would be useful to make control- >path API MT safe, plus probably try to hide some of the exposed internal >structures (rte_pmu_event_group, etc.) inside .c (to minimize surface for >possible ABI breakage). >
Thanks. Yes sure, that series is not one time-addition. It will be improved over time. >> -- >> 2.34.1

