Re: [PATCH 0/3] Introduce the cypto engine framework

2016-02-01 Thread Baolin Wang
On 1 February 2016 at 22:33, Herbert Xu wrote: > On Tue, Jan 26, 2016 at 08:25:37PM +0800, Baolin Wang wrote: >> Now block cipher engines need to implement and maintain their own >> queue/thread >> for processing requests, moreover currently helpers provided for only

Re: [PATCH 0/3] Introduce the cypto engine framework

2016-02-01 Thread Herbert Xu
On Tue, Jan 26, 2016 at 08:25:37PM +0800, Baolin Wang wrote: > Now block cipher engines need to implement and maintain their own queue/thread > for processing requests, moreover currently helpers provided for only the > queue > itself (in crypto_enqueue_request() and crypto_dequeue_request()) but