RE: [EXT] Re: [PATCH v2] cryptodev: add trace points

2022-09-30 Thread Akhil Goyal
> On Thu, Sep 29, 2022 at 6:08 PM Amit Prakash Shukla > wrote: > > > > Add trace points for cryptodev functions. > > > > Signed-off-by: Amit Prakash Shukla > > Looks good from tracing PoV. > > Reviewed-by: Jerin Jacob Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

Re: [PATCH v2] cryptodev: add trace points

2022-09-30 Thread Jerin Jacob
On Thu, Sep 29, 2022 at 6:08 PM Amit Prakash Shukla wrote: > > Add trace points for cryptodev functions. > > Signed-off-by: Amit Prakash Shukla Looks good from tracing PoV. Reviewed-by: Jerin Jacob > --- > v2: > - Removed trace changes for non-public API > - Code changes to include API result

[PATCH v2] cryptodev: add trace points

2022-09-29 Thread Amit Prakash Shukla
Add trace points for cryptodev functions. Signed-off-by: Amit Prakash Shukla --- v2: - Removed trace changes for non-public API - Code changes to include API result in trace lib/cryptodev/cryptodev_trace_points.c | 138 + lib/cryptodev/rte_cryptodev.c | 319 +++-