RE: [PATCH v3 4/5] eventdev/crypto: fix overflow in circular buffer

2022-12-06 Thread Gujjar, Abhinandan S
; Subject: [PATCH v3 4/5] eventdev/crypto: fix overflow in circular buffer > > In case of crypto enqueue failures, even though backpressure flag is set to > stop further dequeue from eventdev, the current logic does not stop > dequeueing events for max_nb events. > > This is fixe

[PATCH v3 4/5] eventdev/crypto: fix overflow in circular buffer

2022-12-06 Thread Ganapati Kundapura
In case of crypto enqueue failures, even though backpressure flag is set to stop further dequeue from eventdev, the current logic does not stop dequeueing events for max_nb events. This is fixed by checking the backpressure just before dequeuing events from event device. Fixes: 7901eac3409a ("eve