Re: [PATCH v3] crypto/caam: add backlogging support

2015-09-21 Thread Horia Geantă
On 9/19/2015 12:02 PM, Alex Porosanu wrote: > caam_jr_enqueue() function returns -EBUSY once there are no > more slots available in the JR, but it doesn't actually save > the current request. This breaks the functionality of users > that expect that even if there is no more space for the request,

[PATCH v3] crypto/caam: add backlogging support

2015-09-19 Thread Alex Porosanu
caam_jr_enqueue() function returns -EBUSY once there are no more slots available in the JR, but it doesn't actually save the current request. This breaks the functionality of users that expect that even if there is no more space for the request, it is at least queued for later execution. In other