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.
While at it, I tweaked the metadata file output. I consider this -rc2 material. -- David Marchand David Marchand (3): trace: fixup CTF event description at registration trace: remove size limit on CTF event description trace: make CTF metadata prettier lib/librte_eal/common/eal_common_trace.c | 44 ++--- lib/librte_eal/common/eal_common_trace_ctf.c | 164 +++++-------------- lib/librte_eal/common/eal_trace.h | 4 +- 3 files changed, 67 insertions(+), 145 deletions(-) -- 2.23.0