Re: [dpdk-dev] [PATCH v2 1/2] lib/crypto: add callback handlers for crypto

2019-07-03 Thread Varghese, Vipin
Thanks Akhil, I will work on the suggested inputs. > -Original Message- > From: Akhil Goyal > Sent: Thursday, June 27, 2019 7:55 PM > To: Varghese, Vipin ; Wiles, Keith > ; dev@dpdk.org; De Lara Guarch, Pablo > ; Doherty, Declan > > Cc: Padubidri, Sanjay A > Subject: RE: [PATCH v2 1/2]

Re: [dpdk-dev] [PATCH v2 1/2] lib/crypto: add callback handlers for crypto

2019-06-27 Thread Akhil Goyal
Hi Vipin, > > Add callback handlers for enqueue-dequeue operation on crypto > device. The pre-enqueue and post-dequeue are selected on invoke > user registered callback functions. > > Use cases: > - allow user to investigate the contents pre-enqueue. > - allow user to investigate the contents

[dpdk-dev] [PATCH v2 1/2] lib/crypto: add callback handlers for crypto

2019-06-09 Thread Vipin Varghese
Add callback handlers for enqueue-dequeue operation on crypto device. The pre-enqueue and post-dequeue are selected on invoke user registered callback functions. Use cases: - allow user to investigate the contents pre-enqueue. - allow user to investigate the contents post-dequeue. - modify pre-