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

2023-01-30 Thread Ankur Dwivedi
;jiawe...@trustnetic.com; jianw...@trustnetic.com; >jbehr...@vmware.com; maxime.coque...@redhat.com; >chenbo@intel.com; steven.webs...@windriver.com; >matt.pet...@windriver.com; bruce.richard...@intel.com; >mtetsu...@gmail.com; gr...@u256.net; jasvinder.si...@intel.com; >cristian.d

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

2023-01-25 Thread Ferruh Yigit
On 1/25/2023 3:02 PM, Ankur Dwivedi wrote: > >> >> -- >> On 1/20/2023 8:40 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

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

2023-01-25 Thread Ankur Dwivedi
;jiawe...@trustnetic.com; jianw...@trustnetic.com; >jbehr...@vmware.com; maxime.coque...@redhat.com; >chenbo@intel.com; steven.webs...@windriver.com; >matt.pet...@windriver.com; bruce.richard...@intel.com; >mtetsu...@gmail.com; gr...@u256.net; jasvinder.si...@intel.com; >cristian.dum

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

2023-01-23 Thread Ferruh Yigit
On 1/20/2023 8:40 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

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

2023-01-20 Thread Morten Brørup
> From: Ankur Dwivedi [mailto:adwiv...@marvell.com] > Sent: Friday, 20 January 2023 09.41 > > 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