Re: [dpdk-dev] [PATCH v1 2/2] event/octeontx2: support crypto adapter forward mode

2021-03-28 Thread Shijith Thotton
On Sat, Mar 27, 2021 at 06:27:49AM +, Pavan Nikhilesh Bhagavatula wrote: > > > >-Original Message- > >From: Shijith Thotton > >Sent: Friday, March 26, 2021 2:42 PM > >To: dev@dpdk.org > >Cc: Shijith Thotton ; tho...@monjalon.net; > >Jerin Jacob Kollanukkaran ; > >abhinandan.guj...@in

Re: [dpdk-dev] [PATCH v1 2/2] event/octeontx2: support crypto adapter forward mode

2021-03-26 Thread Pavan Nikhilesh Bhagavatula
>-Original Message- >From: Shijith Thotton >Sent: Friday, March 26, 2021 2:42 PM >To: dev@dpdk.org >Cc: Shijith Thotton ; tho...@monjalon.net; >Jerin Jacob Kollanukkaran ; >abhinandan.guj...@intel.com; hemant.agra...@nxp.com; >nipun.gu...@nxp.com; sachin.sax...@oss.nxp.com; Anoob Joseph

[dpdk-dev] [PATCH v1 2/2] event/octeontx2: support crypto adapter forward mode

2021-03-26 Thread Shijith Thotton
Advertise crypto adapter forward mode capability and set crypto adapter enqueue function in driver. Signed-off-by: Shijith Thotton --- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 34 +--- drivers/event/octeontx2/otx2_evdev.c | 5 +- .../event/octeontx2/otx2_evdev_crypto_adptr.c