Re: [dpdk-dev] [PATCH v4 3/3] test/event_crypto: use crypto adapter enqueue API

2021-04-04 Thread Shijith Thotton
On Sat, Apr 03, 2021 at 11:08:28AM +, Gujjar, Abhinandan S wrote: > > > > -Original Message- > > From: Shijith Thotton > > Sent: Friday, April 2, 2021 10:31 PM > > To: dev@dpdk.org > > Cc: Shijith Thotton ; tho...@monjalon.net; > > jer...@marvell.com; Gujjar, Abhinandan S ; > > heman

Re: [dpdk-dev] [PATCH v4 3/3] test/event_crypto: use crypto adapter enqueue API

2021-04-03 Thread Gujjar, Abhinandan S
> -Original Message- > From: Shijith Thotton > Sent: Friday, April 2, 2021 10:31 PM > To: dev@dpdk.org > Cc: Shijith Thotton ; tho...@monjalon.net; > jer...@marvell.com; Gujjar, Abhinandan S ; > hemant.agra...@nxp.com; nipun.gu...@nxp.com; > sachin.sax...@oss.nxp.com; ano...@marvell.com

[dpdk-dev] [PATCH v4 3/3] test/event_crypto: use crypto adapter enqueue API

2021-04-02 Thread Shijith Thotton
Use rte_event_crypto_adapter_enqueue() API to enqueue events to crypto adapter if forward mode is supported in driver. Signed-off-by: Shijith Thotton --- app/test/test_event_crypto_adapter.c | 29 +++- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/app/tes