Re: [PATCH 00/19] RFC, v2: "New" /dev/crypto user-space interface

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tomas Mraz
Date: Tuesday, August 24, 2010 - 11:44 pm

On Wed, 2010-08-25 at 08:20 +0200, Pavel Machek wrote: 

Actually not, and the arguments why multicore would not be really used
better anyway were stated here as well. If an application needs some
cryptography function in most of the cases it has to wait for the
operation to finish before it can proceed  further. To use asynchronous
crypto interfaces efficiently would require serious redesign and rewrite
of the existing applications which is nowhere near to be accomplished.
In case of applications where the benefits of asynchronous crypto would
be obvious and easily utilized it is quite easier just to split the
threads for crypto processing and the rest of the application directly
inside the application process.
-- 
Tomas Mraz
No matter how far down the wrong road you've gone, turn back.
                                              Turkish proverb

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/19] RFC, v2: "New" /dev/crypto user-space interface, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 01/19] User-space API definition, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 02/19] Add CRYPTO_USERSPACE config option, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 03/19] Add libtommath headers, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 04/19] Add libtomcrypt headers, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 05/19] Add internal /dev/crypto implementation headers, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 06/19] Add ioctl() argument and attribute handling ..., =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 07/19] Add crypto API utilities., =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 08/19] Add per-process and per-user limits, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 09/19] Add libtommath implementation, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 10/19] Add libtomcrypt implementation, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 10/19] Add libtommath implementation, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 11/19] Add algorithm properties table., =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 12/19] Add DH implementation and pubkey abstraction ..., =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 13/19] Add /dev/crypto auditing infrastructure, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 14/19] Add most operations on key objects., =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 15/19] Add key wrapping operations, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:45 am)
[PATCH 16/19] Add helpers for zero-copy userspace access, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:46 am)
[PATCH 17/19] Add session operations, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:46 am)
[PATCH 18/19] Add ioctl handlers, =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:46 am)
[PATCH 19/19] Finally, add the /dev/crypto device., =?UTF-8?q?Miloslav=2 ..., (Fri Aug 20, 1:46 am)
Re: [PATCH 01/19] User-space API definition, Stefan Richter, (Fri Aug 20, 5:48 am)
Re: [PATCH 00/19] RFC, v2: "New" /dev/crypto user-space in ..., Nikos Mavrogiannopoulos, (Fri Aug 20, 10:03 am)
Re: [PATCH 01/19] User-space API definition, Randy Dunlap, (Fri Aug 20, 10:12 am)
Re: [PATCH 01/19] User-space API definition, Nikos Mavrogiannopoulos, (Sat Aug 21, 12:35 am)
Re: [PATCH 01/19] User-space API definition, Kyle Moffett, (Sat Aug 21, 6:09 am)
Re: [PATCH 01/19] User-space API definition, Nikos Mavrogiannopoulos, (Sat Aug 21, 7:54 am)
Re: [PATCH 00/19] RFC, v2: "New" /dev/crypto user-space in ..., Nikos Mavrogiannopoulos, (Sun Aug 22, 12:52 am)
Re: [PATCH 01/19] User-space API definition, David Howells, (Sun Aug 22, 3:22 am)
Re: [PATCH 00/19] RFC, v2: "New" /dev/crypto user-space in ..., Nikos Mavrogiannopoulos, (Mon Aug 23, 2:34 am)
Re: [PATCH 00/19] RFC, v2: "New" /dev/crypto user-space in ..., Tomas Mraz, (Tue Aug 24, 11:44 pm)
Re: [PATCH 01/19] User-space API definition, Herbert Xu, (Fri Sep 3, 2:18 am)
Re: [PATCH 01/19] User-space API definition, Nikos Mavrogiannopoulos, (Fri Sep 3, 2:34 am)
Re: [PATCH 01/19] User-space API definition, Nikos Mavrogiannopoulos, (Fri Sep 3, 8:20 am)