Re: [Qemu-devel] [PATCH v3 00/18] crypto: add afalg-backend support

2017-04-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 1492845627-4384-1-git-send-email-longpe...@huawei.com Type: series Subject: [Qemu-devel] [PATCH v3 00/18] crypto: add afalg-backend support === TEST SCRIPT BEGIN === #!/bin/bash BASE

Re: [Qemu-devel] [PATCH v3 00/18] crypto: add afalg-backend support

2017-04-22 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1492845627-4384-1-git-send-email-longpe...@huawei.com Type: series Subject: [Qemu-devel] [PATCH v3 00/18] crypto

[Qemu-devel] [PATCH v3 00/18] crypto: add afalg-backend support

2017-04-22 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