> -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Tuesday, October 4, 2022 3:14 PM > To: dev@dpdk.org > Cc: sk...@mavell.com; Jerin Jacob Kollanukkaran <jer...@marvell.com>; > Sunil Kumar Kori <sk...@marvell.com> > 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 <david.march...@redhat.com> > --- > 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 <sk...@marvell.com> > 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