Re: [cryptodev:master 65/80] drivers/pci/quirks.c:843:6: error: 'struct pci_dev' has no member named 'sriov'

2016-09-03 Thread Ananth Jasty
As this fix is purely SRIOV related, an ifdef guard for SRIOV support should be sufficient to prevent this header dependency. Ananth On Sep 3, 2016, at 5:16 PM, kbuild test robot wrote: > tree: >

[cryptodev:master 65/80] drivers/pci/quirks.c:843:6: error: 'struct pci_dev' has no member named 'sriov'

2016-09-03 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master head: 10faa8c0d6c3b22466f97713a9533824a2ea1c57 commit: 21b5b8eebbae427d7d890b7dd1e43a63aca7c26c [65/80] PCI: quirk fixup for cavium invalid sriov link value. config: arm64-kexec_dev_defconfig (attached as

[PATCH] crypto: qce: Initialize core src clock @100Mhz

2016-09-03 Thread Iaroslav Gridin
Without that, QCE performance is about 2x less. Signed-off-by: Iaroslav Gridin --- drivers/crypto/qce/core.c | 18 +- drivers/crypto/qce/core.h | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/qce/core.c

Re: Who will copy the AAD data to dest. buffer

2016-09-03 Thread Stephan Mueller
Am Samstag, 3. September 2016, 10:45:08 CEST schrieb Harsh Jain: Hi Harsh, > Thanks Herbert for clarification. It means Libkcapi documentation > needs update of chapter "Aead Cipher API". Fixed, I will release a new version shortly. Thanks for the pointer. Ciao Stephan -- To unsubscribe from

Re: [PATCH] crypto: mv_cesa: remove NO_IRQ reference

2016-09-03 Thread Boris Brezillon
On Sat, 3 Sep 2016 01:26:40 +0200 Arnd Bergmann wrote: > Drivers should not use NO_IRQ, as we are trying to get rid of that. > In this case, the call to irq_of_parse_and_map() is both wrong > (as it returns '0' on failure, not NO_IRQ) and unnecessary > (as platform_get_irq() does

Re: [dm-devel] dm-crypt: flush crypt_queue on suspend? on REQ_FLUSH?

2016-09-03 Thread Eric Wheeler
On Fri, 2 Sep 2016, Eric Wheeler wrote: > We have a KVM => dm-crypt => dm-thin stack and a snapshot may have > partially completed queued IO out-of-order. EXT4 is giving errors like > this after mounting a snapshot, but only on files recently modified near > the snapshot time. This might