RE: [EXT] [PATCH v2 9/9] trace: remove limitation on directory

2022-10-12 Thread Sunil Kumar Kori
> -Original Message- > From: David Marchand > Sent: Tuesday, October 4, 2022 3:14 PM > To: dev@dpdk.org > Cc: sk...@mavell.com; Jerin Jacob Kollanukkaran ; > Sunil Kumar Kori > Subject: [EXT] [PATCH v2 9/9] trace: remove limitation on director

[PATCH v2 9/9] trace: remove limitation on directory

2022-10-04 Thread David Marchand
Remove arbitrary limit on 12 characters of the file prefix used for the directory where to store the traces. Simplify the code by relying on dynamic allocations. Signed-off-by: David Marchand --- lib/eal/common/eal_common_trace_utils.c | 68 + lib/eal/common/eal_trace.h