Re: [Qemu-devel] [PATCH for-2.10 00/19] crypto: add af_alg-backend support

2017-04-11 Thread Markus Armbruster
"Longpeng(Mike)" writes: > The AF_ALG socket family is the userspace interface for linux > crypto API, users can use it to access hardware accelerators. > > This patchset adds a afalg-backend for qemu crypto subsystem. Currently > when performs encrypt/decrypt, we'll try afalg-backend first and w

Re: [Qemu-devel] [PATCH for-2.10 00/19] crypto: add af_alg-backend support

2017-04-10 Thread Longpeng (Mike)
On 2017/4/10 17:28, Gonglei (Arei) wrote: > >> -Original Message- >> From: longpeng >> Sent: Monday, April 10, 2017 5:03 PM >> To: berra...@redhat.com; kra...@redhat.com; pbonz...@redhat.com; >> ebl...@redhat.com; arm...@redhat.com >> Cc: Xuquan (Quan Xu); Gonglei (Arei); qemu-devel@nongn

Re: [Qemu-devel] [PATCH for-2.10 00/19] crypto: add af_alg-backend support

2017-04-10 Thread Gonglei (Arei)
> -Original Message- > From: longpeng > Sent: Monday, April 10, 2017 5:03 PM > To: berra...@redhat.com; kra...@redhat.com; pbonz...@redhat.com; > ebl...@redhat.com; arm...@redhat.com > Cc: Xuquan (Quan Xu); Gonglei (Arei); qemu-devel@nongnu.org; longpeng > Subject: [PATCH for-2.10 00/19] c

[Qemu-devel] [PATCH for-2.10 00/19] crypto: add af_alg-backend support

2017-04-10 Thread Longpeng(Mike)
The AF_ALG socket family is the userspace interface for linux crypto API, users can use it to access hardware accelerators. This patchset adds a afalg-backend for qemu crypto subsystem. Currently when performs encrypt/decrypt, we'll try afalg-backend first and will back to libiary-backend if it fa