RE: [PATCH 1/1 v7] Add Crypto API User Interface Support

2008-10-27 Thread Loc Ho
Hi, >> I don't understand what you are referring to here. Let's assume that >> operation is submitted synchronously to >>cryptodev, cryptodev in turn will >> submit to the underlying driver. If the underlying driver is software based, >> >>it will completed synchronous and return without callin

Re: [PATCH 1/1 v7] Add Crypto API User Interface Support

2008-10-25 Thread Evgeniy Polyakov
Hi. On Fri, Oct 24, 2008 at 03:16:52PM -0700, Loc Ho ([EMAIL PROTECTED]) wrote: > I don't understand what you are referring to here. Let's assume that > operation is submitted synchronously to cryptodev, cryptodev in turn will > submit to the underlying driver. If the underlying driver is softwa

RE: [PATCH 1/1 v7] Add Crypto API User Interface Support

2008-10-24 Thread Loc Ho
Hi Evgenly, See inline... -Original Message- From: Evgeniy Polyakov [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 2:08 PM To: Shasi Pulijala Cc: Herbert Xu; linux-crypto@vger.kernel.org; Loc Ho Subject: Re: [PATCH 1/1 v7] Add Crypto API User Interface Support Hi. On Fri

Re: [PATCH 1/1 v7] Add Crypto API User Interface Support

2008-10-24 Thread Evgeniy Polyakov
Hi. On Fri, Oct 24, 2008 at 01:54:23PM -0700, Shasi Pulijala ([EMAIL PROTECTED]) wrote: > This patch v7 includes a few coding style changes and benchmark comparison > between for tcrypt and cryptodev. These are just a rough estimate and not the > exact numbers for cbc-aes. CryptoDev interface w

[PATCH 1/1 v7] Add Crypto API User Interface Support

2008-10-24 Thread Shasi Pulijala
Hi Evgeniy, This patch v7 includes a few coding style changes and benchmark comparison between for tcrypt and cryptodev. These are just a rough estimate and not the exact numbers for cbc-aes. CryptoDev interface will always be slight more as it includes crypto setup and a few other housekeepin