On Tue, 28 Oct 2025 at 17:21, Jerin Jacob <[email protected]> wrote:
> On Tue, Oct 28, 2025 at 8:26 PM David Marchand
> <[email protected]> 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 <[email protected]>
Thanks for testing.
--
David Marchand