> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Tuesday, October 4, 2022 3:14 PM > To: [email protected] > Cc: [email protected]; Jerin Jacob Kollanukkaran <[email protected]>; > Sunil Kumar Kori <[email protected]> > Subject: [EXT] [PATCH v2 9/9] trace: remove limitation on directory > > External Email > > ---------------------------------------------------------------------- > 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 <[email protected]> > --- > lib/eal/common/eal_common_trace_utils.c | 68 +++++++++---------------- > lib/eal/common/eal_trace.h | 5 +- > 2 files changed, 25 insertions(+), 48 deletions(-) >
Acked-by: Sunil Kumar Kori <[email protected]> > diff --git a/lib/eal/common/eal_common_trace_utils.c > b/lib/eal/common/eal_common_trace_utils.c > index 72108d36a6..8561a0e198 100644 > --- a/lib/eal/common/eal_common_trace_utils.c > +++ b/lib/eal/common/eal_common_trace_utils.c > @@ -87,11 +87,11 @@ trace_uuid_generate(void) } > [snip] > 2.37.3

