Re: [dpdk-dev] [PATCH 2/3] trace: remove size limit on CTF event description

2020-10-28 Thread Jerin Jacob
On Fri, Oct 23, 2020 at 1:32 PM David Marchand wrote: > > Rework registration so that it uses dynamic allocations and has no size > limit. > > Signed-off-by: David Marchand Reviewed-by: Jerin Jacob > --- > lib/librte_eal/common/eal_common_trace.c | 39 +--- > lib/librte

[dpdk-dev] [PATCH 2/3] trace: remove size limit on CTF event description

2020-10-23 Thread David Marchand
Rework registration so that it uses dynamic allocations and has no size limit. Signed-off-by: David Marchand --- lib/librte_eal/common/eal_common_trace.c | 39 +--- lib/librte_eal/common/eal_common_trace_ctf.c | 3 +- lib/librte_eal/common/eal_trace.h| 3 +- 3 f