RE: [EXT] Re: [PATCH v11 0/4] add support for self monitoring

2024-09-04 Thread Tomasz Duszynski
[...] > > From: David Marchand [mailto:david.march...@redhat.com] > > Sent: Thursday, 21 September 2023 10.27 > > > > Hello, > > > > On Mon, Aug 7, 2023 at 10:12 AM Tomasz Duszynski > > > > wrote: > > > >Ping for update > > > >What is the status of this feature? > > > > > > I'll re-spin the serie

RE: [EXT] Re: [PATCH v11 0/4] add support for self monitoring

2024-09-02 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Thursday, 21 September 2023 10.27 > > Hello, > > On Mon, Aug 7, 2023 at 10:12 AM Tomasz Duszynski > wrote: > > >Ping for update > > >What is the status of this feature? > > > > I'll re-spin the series soon. > > -rc1 is getting cl

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

2023-09-21 Thread David Marchand
Hello, On Mon, Aug 7, 2023 at 10:12 AM Tomasz Duszynski wrote: > >Ping for update > >What is the status of this feature? > > I'll re-spin the series soon. -rc1 is getting closer. Any update? -- David Marchand

RE: [EXT] Re: [PATCH v11 0/4] add support for self monitoring

2023-08-07 Thread Tomasz Duszynski
b...@ericsson.com; >m...@smartsharesystems.com; zhou...@loongson.cn; Konstantin Ananyev >; David Marchand >Subject: [EXT] Re: [PATCH v11 0/4] add support for self monitoring > >External Email > >-- >Ping for update >Wh

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

2023-07-31 Thread Thomas Monjalon
Ping for update What is the status of this feature? 04/05/2023 10:02, David Marchand: > Hello Tomasz, > > On Thu, Feb 16, 2023 at 6:55 PM Tomasz Duszynski > wrote: > > > > This series adds self monitoring support i.e allows to configure and > > read performance measurement unit (PMU) counters

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

2023-05-04 Thread David Marchand
Hello Tomasz, On Thu, Feb 16, 2023 at 6:55 PM 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 > isolate

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

2023-02-16 Thread Ruifeng Wang
; tho...@monjalon.net; zhou...@loongson.cn; > david.march...@redhat.com; Tomasz Duszynski > Subject: [PATCH v11 0/4] add support for self monitoring > > This series adds self monitoring support i.e allows to configure and read > performance > measurement unit (PMU) counters in r

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

2023-02-16 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()