RE: [EXT] Re: [PATCH v8 1/6] eal: trace: add trace point emit for blob

2023-02-06 Thread Ankur Dwivedi
>On Mon, Feb 6, 2023 at 12:59 PM 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. Th

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

2023-02-06 Thread David Marchand
On Mon, Feb 6, 2023 at 12:59 PM 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 f