; 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
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
2 matches
Mail list logo