Re: [dpdk-dev] [PATCH 2/2] cryptodev: add cryptodev trace in multi process function

2020-07-04 Thread Akhil Goyal
> > From: Fiona Trahe > > > > This patch adds traces to some Cryptodev functions that are used > > in primary/secondary context. > > > > Signed-off-by: Fiona Trahe > Acked-by: Fiona Trahe Self Ack is not required and should not be done. Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thank

Re: [dpdk-dev] [PATCH 2/2] cryptodev: add cryptodev trace in multi process function

2020-06-11 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, June 10, 2020 7:53 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; > arkaduszx.kusz...@intel.com > Subject: [PATCH 2/2] cryptodev: add cryptodev trace in multi process function > > From: Fiona Trahe >

[dpdk-dev] [PATCH 2/2] cryptodev: add cryptodev trace in multi process function

2020-06-10 Thread Arek Kusztal
From: Fiona Trahe This patch adds traces to some Cryptodev functions that are used in primary/secondary context. Signed-off-by: Fiona Trahe --- lib/librte_cryptodev/rte_cryptodev.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/lib/librte_cryptodev/