On 2/7/2023 6:32 AM, Ankur Dwivedi 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 <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: Sunil Kumar Kori <[email protected]> > Acked-by: Jerin Jacob <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>

