Re: [dpdk-dev] [PATCH v2 0/4] Rework CTF event description storage

2020-10-29 Thread David Marchand
On Wed, Oct 28, 2020 at 10:03 PM David Marchand wrote: > > Following recent increase of an internal array that was limiting CTF event > descriptions, I had a second look at the code. > All of this is slow path, so I see no reason in keeping this limitation > and we can go with dynamic allocations.

[dpdk-dev] [PATCH v2 0/4] Rework CTF event description storage

2020-10-28 Thread David Marchand
Following recent increase of an internal array that was limiting CTF event descriptions, I had a second look at the code. All of this is slow path, so I see no reason in keeping this limitation and we can go with dynamic allocations. -- David Marchand Changelog since v1: - fix metadata dump, Da