[EXT] [PATCH v2 9/9] trace: remove limitation on directory
Sunil Kumar Kori
skori at marvell.com
Wed Oct 12 11:32:20 CEST 2022
> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Tuesday, October 4, 2022 3:14 PM
> To: dev at dpdk.org
> Cc: skori at mavell.com; Jerin Jacob Kollanukkaran <jerinj at marvell.com>;
> Sunil Kumar Kori <skori at 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.marchand at 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 <skori at 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
More information about the dev
mailing list