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

2022-02-14 Thread Jerin Jacob
> > To: Jayatheerthan, Jay ; > > jerinjac...@gmail.com; Gujjar, Abhinandan S > > ; dev@dpdk.org > > Subject: [PATCH v5 1/2] eventdev/crypto_adapter: move crypto ops to > > circular buffer > > > > Move crypto ops to circular buffer to retain crypto ops w

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

2022-02-10 Thread Gujjar, Abhinandan S
Acked-by: Abhinandan Gujjar > -Original Message- > From: Kundapura, Ganapati > Sent: Thursday, February 10, 2022 11:11 PM > To: Jayatheerthan, Jay ; > jerinjac...@gmail.com; Gujjar, Abhinandan S > ; dev@dpdk.org > Subject: [PATCH v5 1/2] eventdev/crypto_adapte

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

2022-02-10 Thread Ganapati Kundapura
Move crypto ops to circular buffer to retain crypto ops when cryptodev/eventdev are temporarily full Signed-off-by: Ganapati Kundapura --- v5: * Add branch prediction to if conditions v4: * Retain the non enqueued crypto ops in circular buffer to process later and stop the dequeue from eventd