[PATCH] trace: fix build with clang 21
David Marchand
david.marchand at redhat.com
Tue Oct 28 17:25:14 CET 2025
On Tue, 28 Oct 2025 at 17:21, Jerin Jacob <jerinjacobk at gmail.com> wrote:
> On Tue, Oct 28, 2025 at 8:26 PM David Marchand
> <david.marchand at redhat.com> wrote:
> >
> > This was caught with recent clang.
> > The RTE_TRACE_POINT_ARGS() macro expects at least one parameter.
> > As a (void) function does not require any special tweaking with
> > __rte_unused, we can simply replace with a direct (void) token.
> >
> > Build dir: /export/dpdk-next-net-mrvl/build-clang-static
>
> This can be removed.
>
> Add Fixes: if possible.
Indeed,
Fixes: 856aef55de95 ("trace: fix undefined behavior in register")
> Acked-by: Jerin Jacob <jerinj at marvell.com>
Thanks for testing.
--
David Marchand
More information about the stable
mailing list