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

2023-01-23 Thread Ferruh Yigit
On 1/20/2023 8:40 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. > > v6: > - Resolves compilation error with 32 bit build. > - Resolves a bug found in v5 in the trace autotest applicati

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

2023-01-20 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. v6: - Resolves compilation error with 32 bit build. - Resolves a bug found in v5 in the trace autotest application where the traces where not getting generated afte