Re: [PATCH v2] eventdev/crypto: fix circular buffer full case

2023-08-08 Thread Jerin Jacob
On Thu, Aug 3, 2023 at 2:03 PM Ganapati Kundapura wrote: > > crypto ops from the circular buffer are not getting flushed > to crypto dev when crypto dev becomes busy and circular buffer > gets full. > > Fix it by flushing ops from circular buffer when circ buffer is full > instead of returning wit

[PATCH v2] eventdev/crypto: fix circular buffer full case

2023-08-03 Thread Ganapati Kundapura
crypto ops from the circular buffer are not getting flushed to crypto dev when crypto dev becomes busy and circular buffer gets full. Fix it by flushing ops from circular buffer when circ buffer is full instead of returning without flushing. Fixes: 2ae84b39ae7b ("eventdev/crypto: store operations