[dpdk-dev] [PATCH v2 0/4] Rework CTF event description storage
David Marchand
david.marchand at redhat.com
Thu Oct 29 22:50:14 CET 2020
On Wed, Oct 28, 2020 at 10:03 PM David Marchand
<david.marchand at redhat.com> 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.
>
> David Marchand (4):
> trace: fixup CTF event description at registration
> trace: remove size limit on CTF event description
> trace: fix metadata dump
> trace: make CTF metadata prettier
>
> lib/librte_eal/common/eal_common_trace.c | 44 ++---
> lib/librte_eal/common/eal_common_trace_ctf.c | 167 +++++--------------
> lib/librte_eal/common/eal_trace.h | 4 +-
> 3 files changed, 69 insertions(+), 146 deletions(-)
Applied.
--
David Marchand
More information about the dev
mailing list