Re: [PATCH v4 00/11] Trace subsystem fixes and more

2022-10-20 Thread David Marchand
On Tue, Oct 18, 2022 at 3:27 PM David Marchand wrote: > > Hello, > > This series addresses a number of issues and limitations I have > identified over time in the trace subsystem. > > The main issue was with dynamically enabling trace points which was not > working if no trace point had been enabl

[PATCH v4 00/11] Trace subsystem fixes and more

2022-10-18 Thread David Marchand
Hello, This series addresses a number of issues and limitations I have identified over time in the trace subsystem. The main issue was with dynamically enabling trace points which was not working if no trace point had been enabled at rte_eal_init() time. This is 22.11 material. We may start thi