RE: [EXT] Re: [PATCH v5 0/6] add trace points in ethdev library

2023-01-12 Thread Ankur Dwivedi
er.si...@intel.com; cristian.dumitre...@intel.com; jgraj...@cisco.com; >m...@smartsharesystems.com >Subject: [EXT] Re: [PATCH v5 0/6] add trace points in ethdev library > >External Email > >-- >On 1/12/2023 11:21 AM

Re: [PATCH v5 0/6] add trace points in ethdev library

2023-01-12 Thread Ferruh Yigit
On 1/12/2023 11:21 AM, Ankur Dwivedi wrote: > This series adds trace points for functions in the ethdev library. > The trace points are added in ethdev, flow, mtr and tm files. > > v5: > - The rte_trace_point_emit_char_array function is renamed to >rte_trace_point_emit_blob. With this functi

[PATCH v5 0/6] add trace points in ethdev library

2023-01-12 Thread Ankur Dwivedi
This series adds trace points for functions in the ethdev library. The trace points are added in ethdev, flow, mtr and tm files. v5: - The rte_trace_point_emit_char_array function is renamed to rte_trace_point_emit_blob. With this function an array of any length upto 65535 bytes can be cap