Re: [Qemu-devel] [PATCH v2 05/15] crypto: add cryptodev-linux as a cryptodev backend

2016-09-13 Thread Daniel P. Berrange
On Tue, Sep 13, 2016 at 11:52:11AM +0800, Gonglei wrote: > Cryptodev-linux is a device that allows access to Linux > kernel cryptographic drivers; thus allowing of userspace > applications to take advantage of hardware accelerators. > Cryptodev-linux is implemented as a standalone module > that req

[Qemu-devel] [PATCH v2 05/15] crypto: add cryptodev-linux as a cryptodev backend

2016-09-12 Thread Gonglei
Cryptodev-linux is a device that allows access to Linux kernel cryptographic drivers; thus allowing of userspace applications to take advantage of hardware accelerators. Cryptodev-linux is implemented as a standalone module that requires no dependencies other than a stock linux kernel. The Cryptod