[PATCH v7 1/6] eal: trace: add trace point emit for blob

Morten Brørup mb at smartsharesystems.com
Mon Jan 23 14:08:55 CET 2023


> From: Jerin Jacob [mailto:jerinjacobk at gmail.com]
> Sent: Monday, 23 January 2023 14.01
> 
> On Mon, Jan 23, 2023 at 2:35 PM Ankur Dwivedi <adwivedi at marvell.com>
> wrote:
> >
> > Adds a trace point emit function for capturing a blob. The blob
> > captures the length passed by the application followed by the array.
> >
> > The maximum blob bytes which can be captured is bounded by
> > RTE_TRACE_BLOB_LEN_MAX macro. The value for max blob length macro is
> > 64 bytes. If the length is less than 64 the remaining trailing bytes
> > are set to zero.
> >
> > This patch also adds test case for emit blob tracepoint function.
> >
> > Signed-off-by: Ankur Dwivedi <adwivedi at marvell.com>

I already acked v6 of this patch.

You are allowed to include acks in the commit message of the following patch versions, so Patchwork can count the acks without us needing to ack again. Remember to put any acked-by and reviewed-by lines after your sign-off line, or checkpatches will complain about it.

For the benefit of Patchwork, here it is again:

Acked-by: Morten Brørup <mb at smartsharesystems.com>



More information about the dev mailing list