Re: crypto: Add support for the Geode AES engine (v4)

2006-09-28 Thread Jordan Crouse
On 28/09/06 16:54 -0700, Andrew Morton wrote: > On Thu, 28 Sep 2006 17:17:39 -0600 > "Jordan Crouse" <[EMAIL PROTECTED]> wrote: > > > Add a driver to support the AES hardware on the Geode LX processor. > > So... what are you planning on doing with this? Ask Linus to pull > that git tree, or what

Re: crypto: Add support for the Geode AES engine (v4)

2006-09-28 Thread Andrew Morton
On Thu, 28 Sep 2006 17:17:39 -0600 "Jordan Crouse" <[EMAIL PROTECTED]> wrote: > Add a driver to support the AES hardware on the Geode LX processor. So... what are you planning on doing with this? Ask Linus to pull that git tree, or what? - To unsubscribe from this list: send the line "unsubscrib

Re: crypto: Add support for the Geode AES engine (v4)

2006-09-28 Thread Jordan Crouse
> Does it depend on GEODE in some fashion too? Its only available on the Geode platform, but there is no code it needs that is only exposed by CONFIG_MGEODE_LX elsewhere in the kernel. This is just appears as a regular, run of the mill PCI device. > > + spin_lock_irqsave(&lock, iflags); > > +

Re: crypto: Add support for the Geode AES engine (v2)

2006-09-28 Thread Andrew Morton
On Thu, 28 Sep 2006 15:47:50 -0600 "Jordan Crouse" <[EMAIL PROTECTED]> wrote: > > As far as I can see, register access is not protected, how can your > > driver handle the case when dm-crypt and IPsec simultaneously try to > > encrypt/decrypt some data, it can happen even around > > preemt_disabl

Re: crypto: Add support for the Geode AES engine (v3)

2006-09-28 Thread Jordan Crouse
Sigh - forgot to do an 'stg refresh' before generating the diff. This one actually compiles. Jordan -- Jordan Crouse Senior Linux Engineer Advanced Micro Devices, Inc. [PATCH] crypto: Add support for the Geode LX AES hardware This adds support for the AES engine on the Geode LX processor. Si

crypto: Add support for the Geode AES engine (v2)

2006-09-28 Thread Jordan Crouse
> As far as I can see, register access is not protected, how can your > driver handle the case when dm-crypt and IPsec simultaneously try to > encrypt/decrypt some data, it can happen even around > preemt_disable/enable calls and actually crypto processing can happen > in interrupt context too (a

Re: crypto: Add support for the Geode AES engine

2006-09-28 Thread Jordan Crouse
> As far as I can see, register access is not protected, how can your > driver handle the case when dm-crypt and IPsec simultaneously try to > encrypt/decrypt some data, it can happen even around > preemt_disable/enable calls and actually crypto processing can happen > in interrupt context too (a

Re: [ACRYPTO] New asynchronous crypto layer (acrypto) release.

2006-09-28 Thread Evgeniy Polyakov
On Thu, Sep 28, 2006 at 03:23:43PM +0200, Andreas Jellinghaus ([EMAIL PROTECTED]) wrote: > >I'm pleased to announce asynchronous crypto layer (acrypto) [1] release > >for 2.6.18 kernel tree. Acrypto allows to handle crypto requests > >asynchronously in hardware. > > > >Combined patchset includes

Re: [ACRYPTO] New asynchronous crypto layer (acrypto) release.

2006-09-28 Thread Andreas Jellinghaus
Evgeniy Polyakov wrote: Hello. I'm pleased to announce asynchronous crypto layer (acrypto) [1] release for 2.6.18 kernel tree. Acrypto allows to handle crypto requests asynchronously in hardware. Combined patchset includes: * acrypto core * IPsec ESP4 port to acrypto * dm-crypt port to ac

[ACRYPTO] New asynchronous crypto layer (acrypto) release.

2006-09-28 Thread Evgeniy Polyakov
Hello. I'm pleased to announce asynchronous crypto layer (acrypto) [1] release for 2.6.18 kernel tree. Acrypto allows to handle crypto requests asynchronously in hardware. Combined patchset includes: * acrypto core * IPsec ESP4 port to acrypto * dm-crypt port to acrypto * OCF to acrypto bri

Re: [RFC] crypto: Add support for the Geode AES engine

2006-09-28 Thread Evgeniy Polyakov
On Wed, Sep 27, 2006 at 01:31:47PM -0600, Jordan Crouse ([EMAIL PROTECTED]) wrote: > Hey all - > > I've had a poor excuse for a crypto driver for the Geode LX AES hardware > sitting in my Geode GIT tree (and -mm) for some time now. I sent out the > original version some time ago (June) and I go