All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Leffler <sam@errno.com>
To: johnpol@2ka.mipt.ru
Cc: James Morris <jmorris@redhat.com>, jamal <hadi@cyberus.ca>,
	netdev@oss.sgi.com, cryptoapi@lists.logix.cz
Subject: Re: Asynchronous crypto layer.
Date: Fri, 29 Oct 2004 13:00:53 -0700	[thread overview]
Message-ID: <4182A175.8050706@errno.com> (raw)
In-Reply-To: <20041029204551.06caaf4b@zanzibar.2ka.mipt.ru>

Evgeniy Polyakov wrote:
> On Fri, 29 Oct 2004 12:16:35 -0400 (EDT)
> James Morris <jmorris@redhat.com> wrote:
> 
> 
>>On 29 Oct 2004, jamal wrote:
>>
>>
>>>On Fri, 2004-10-29 at 10:06, Evgeniy Polyakov wrote:
>>>
>>>
>>>
>>>>If we have a hardware accelerator chip, than we _already_ have improvements 
>>>>with even the worst async crypto layer, since software and hardware 
>>>>will work in parrallel.
>>>
>>>Thats what i am hoping - and theory points to it. Numbers, numbers
>>>please ;->
>>
>>There's an OpenBSD paper which demonstrates the usefulness of crypto
>>hardware for reducing cpu contention.  I can't get to their web site now,
>>but it's there somewhere under a security link.
> 
> 
> Asynchronous crypto layer was written under impression of those paper.
> OpenBSD layer is very good, but it has some nitpics some of which are really
> not good, but I hope all of them are resolved in my driver.
> 
> You can find paper for example there: http://www.madchat.org/crypto/ocf.pdf

And a paper I wrote explains how I fixed many of the problems with the 
openbsd code in freebsd.

http://www.usenix.org/publications/library/proceedings/bsdcon03/tech/leffler_crypto/leffler_crpto_html/

In the same proceedings you'll also find a horrible paper I wrote about 
some performance tuning I did in my IPsec implementation that uses the 
crypto infrastructure.

http://www.usenix.org/publications/library/proceedings/bsdcon03/tech/full_papers/leffler_ipsec/leffler_ipsec_html/

	Sam

  reply	other threads:[~2004-10-29 20:00 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-29  6:22 Asynchronous crypto layer Evgeniy Polyakov
2004-10-29 12:42 ` jamal
2004-10-29 14:06   ` Evgeniy Polyakov
2004-10-29 14:03     ` Michal Ludvig
2004-10-29 14:36       ` Evgeniy Polyakov
2004-10-29 14:53         ` Michal Ludvig
2004-10-29 15:11           ` jamal
2004-10-29 15:27           ` Evgeniy Polyakov
2004-10-30 20:39             ` Eugene Surovegin
2004-10-30 21:17               ` Evgeniy Polyakov
2004-10-30 21:09                 ` Eugene Surovegin
2004-10-30 21:46                   ` Evgeniy Polyakov
2004-10-29 15:08     ` jamal
2004-10-29 15:37       ` Evgeniy Polyakov
2004-10-29 15:28         ` Michal Ludvig
2004-10-29 16:16       ` James Morris
2004-10-29 16:45         ` Evgeniy Polyakov
2004-10-29 20:00           ` Sam Leffler [this message]
2004-10-31  6:09             ` James Morris
2004-10-31  6:35               ` Sam Leffler
2004-10-30 20:35     ` Eugene Surovegin
2004-10-30 21:04       ` Evgeniy Polyakov
2004-10-30 20:56         ` Eugene Surovegin
2004-10-30 21:24           ` Evgeniy Polyakov
2004-10-30 23:41             ` jamal
2004-10-31  9:13               ` Evgeniy Polyakov
2004-10-31 10:46                 ` Michal Ludvig
2004-10-31 15:03                   ` jamal
2004-10-31 16:07                     ` James Morris
2004-11-01  6:01                     ` Evgeniy Polyakov
2004-10-31 15:36                   ` Michael Richardson
2004-10-31 16:09                     ` James Morris
2004-10-31 14:56                 ` jamal
2004-11-01  5:12                   ` Evgeniy Polyakov
2004-10-29 17:44 ` James Morris
2004-10-29 17:46   ` James Morris
2004-10-30  5:20     ` Evgeniy Polyakov
2004-10-31  5:43       ` James Morris
2004-10-30  5:19   ` Evgeniy Polyakov
2004-10-30  8:34     ` Evgeniy Polyakov
2004-10-30  8:36       ` Evgeniy Polyakov
2004-10-30 16:57     ` Michal Ludvig
2004-10-30 17:40       ` Evgeniy Polyakov
2004-10-30 20:17         ` Michal Ludvig
2004-10-30 20:56           ` Evgeniy Polyakov
2004-10-30 19:42       ` James Morris
2004-10-29 19:56 ` Sam Leffler
2004-10-30  6:16   ` Christoph Hellwig
2004-10-30 20:37 ` Evgeniy Polyakov
2004-10-31 16:05 ` James Morris
2004-11-01  5:58   ` Evgeniy Polyakov
2004-12-14  6:56     ` James Morris
2004-12-14  7:58       ` Evgeniy Polyakov
2004-11-02 15:24 ` Evgeniy Polyakov
2004-11-02 16:12 ` Evgeniy Polyakov
2004-12-14  7:23   ` James Morris
2004-12-14  8:07     ` Evgeniy Polyakov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4182A175.8050706@errno.com \
    --to=sam@errno.com \
    --cc=cryptoapi@lists.logix.cz \
    --cc=hadi@cyberus.ca \
    --cc=jmorris@redhat.com \
    --cc=johnpol@2ka.mipt.ru \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.