RE: [EXTERNAL] Re: [PATCH v12 0/4] add support for self monitoring

2024-10-09 Thread Tomasz Duszynski
>Hello Tomasz, > >On Sat, Sep 28, 2024 at 12:07 AM Tomasz Duszynski >wrote: >> >> 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 >>

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

2024-10-04 Thread David Marchand
Hello Tomasz, On Sat, Sep 28, 2024 at 12:07 AM Tomasz Duszynski wrote: > > 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 > isolat

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

2024-09-27 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()