RE: [PATCH v3 1/2] eventdev/crypto_adapter: move crypto ops to circular buffer

2022-02-07 Thread Kundapura, Ganapati
Hi Abhi, > -Original Message- > From: Gujjar, Abhinandan S > Sent: 13 January 2022 16:36 > To: Kundapura, Ganapati ; > jerinjac...@gmail.com; Jayatheerthan, Jay ; > dev@dpdk.org > Subject: RE: [PATCH v3 1/2] eventdev/crypto_adapter: move crypto ops to > circular

RE: [PATCH v3 1/2] eventdev/crypto_adapter: move crypto ops to circular buffer

2022-01-13 Thread Gujjar, Abhinandan S
Hi Ganapati, > -Original Message- > From: Kundapura, Ganapati > Sent: Tuesday, January 11, 2022 4:07 PM > To: jerinjac...@gmail.com; Jayatheerthan, Jay ; > dev@dpdk.org > Cc: Gujjar, Abhinandan S > Subject: [PATCH v3 1/2] eventdev/crypto_adapter: move crypto ops

[PATCH v3 1/2] eventdev/crypto_adapter: move crypto ops to circular buffer

2022-01-11 Thread Ganapati Kundapura
Move crypto ops to circular buffer to retain crypto ops when cryptodev/eventdev are temporarily full --- v3: * update eca_ops_buffer_flush() to flush out all the crypto ops out of circular buffer. * remove freeing of failed crypto ops from eca_ops_enqueue_burst() and add to cirular buffer for