Re: [PATCH v2 12/12] crypto: caam - add Run Time Library (RTA) docbook

2014-08-19 Thread Randy Dunlap
On 08/14/14 05:54, Horia Geanta wrote: > Add SGML template for generating RTA docbook. > Source code is in drivers/crypto/caam/flib > > Cc: Randy Dunlap > Signed-off-by: Horia Geanta > --- > Documentation/DocBook/Makefile | 3 +- > Documentation/DocBook/rta-api.tmpl | 261

[PATCH] crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()

2014-08-19 Thread Alexander Gordeev
As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() or pci_enable_msi_exact() and pci_enable_msix_range() or pci_enable_msix_exact() interfaces. Cc:

Re: Kernel crypto API: cryptoperf performance measurement

2014-08-19 Thread Stephan Mueller
Am Dienstag, 19. August 2014, 10:17:36 schrieb Jussi Kivilinna: Hi Jussi, > Hello, > > On 2014-08-17 18:55, Stephan Mueller wrote: > > Hi, > > > > during playing around with the kernel crypto API, I implemented a > > performance measurement tool kit for the various kernel crypto API cipher > >

Re: Kernel crypto API: cryptoperf performance measurement

2014-08-19 Thread Jussi Kivilinna
Hello, On 2014-08-17 18:55, Stephan Mueller wrote: > Hi, > > during playing around with the kernel crypto API, I implemented a performance > measurement tool kit for the various kernel crypto API cipher types. The > cryptoperf tool kit is provided in [1]. > > Comments are welcome. Your result