Re: [HIFN 00/03]: RNG support v2

2007-11-24 Thread Herbert Xu
On Sat, Nov 24, 2007 at 10:38:45PM -0800, Andrew Morton wrote: > On Sun, 18 Nov 2007 22:32:52 +0100 (MET) Patrick McHardy <[EMAIL PROTECTED]> > wrote: > > > These patches add support for using the HIFN rng. > > Dumb question: what is HIFN? They make crypto hardware: www.hifn.com. Cheers, --

Re: [HIFN 00/03]: RNG support v2

2007-11-24 Thread Andrew Morton
On Sun, 18 Nov 2007 22:32:52 +0100 (MET) Patrick McHardy <[EMAIL PROTECTED]> wrote: > These patches add support for using the HIFN rng. Dumb question: what is HIFN? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [HIFN 00/03]: RNG support v2

2007-11-24 Thread Andrew Morton
On Sun, 18 Nov 2007 22:32:52 +0100 (MET) Patrick McHardy [EMAIL PROTECTED] wrote: These patches add support for using the HIFN rng. Dumb question: what is HIFN? - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [HIFN 00/03]: RNG support v2

2007-11-24 Thread Herbert Xu
On Sat, Nov 24, 2007 at 10:38:45PM -0800, Andrew Morton wrote: On Sun, 18 Nov 2007 22:32:52 +0100 (MET) Patrick McHardy [EMAIL PROTECTED] wrote: These patches add support for using the HIFN rng. Dumb question: what is HIFN? They make crypto hardware: www.hifn.com. Cheers, -- Visit

Re: [HIFN 00/03]: RNG support v2

2007-11-20 Thread Herbert Xu
On Sun, Nov 18, 2007 at 10:32:52PM +0100, Patrick McHardy wrote: > These patches add support for using the HIFN rng. All applied. Thanks a lot Patrick! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/

Re: [HIFN 00/03]: RNG support v2

2007-11-20 Thread Herbert Xu
On Sun, Nov 18, 2007 at 10:32:52PM +0100, Patrick McHardy wrote: These patches add support for using the HIFN rng. All applied. Thanks a lot Patrick! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Michael Buesch
On Monday 19 November 2007 19:25:25 Patrick McHardy wrote: > Michael Buesch wrote: > > On Sunday 18 November 2007 22:32:52 Patrick McHardy wrote: > >> These patches add support for using the HIFN rng. > > > > Acked-by: Michael Buesch <[EMAIL PROTECTED]> > > > > Patrick, can you send this

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Patrick McHardy
Michael Buesch wrote: On Sunday 18 November 2007 22:32:52 Patrick McHardy wrote: These patches add support for using the HIFN rng. Acked-by: Michael Buesch <[EMAIL PROTECTED]> Patrick, can you send this patchset to Andrew for inclusion into -mm? I think he already pulls from Herbert's

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Michael Buesch
On Sunday 18 November 2007 22:32:52 Patrick McHardy wrote: > These patches add support for using the HIFN rng. Acked-by: Michael Buesch <[EMAIL PROTECTED]> Patrick, can you send this patchset to Andrew for inclusion into -mm? -- Greetings Michael. - To unsubscribe from this list: send the

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Evgeniy Polyakov
Hi Patrick. On Sun, Nov 18, 2007 at 10:32:52PM +0100, Patrick McHardy ([EMAIL PROTECTED]) wrote: > These patches add support for using the HIFN rng. > Patrick McHardy (3): > [HWRNG]: move status polling loop to data_present callbacks > [HIFN]: Improve PLL initialization >

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Evgeniy Polyakov
Hi Patrick. On Sun, Nov 18, 2007 at 10:32:52PM +0100, Patrick McHardy ([EMAIL PROTECTED]) wrote: These patches add support for using the HIFN rng. Patrick McHardy (3): [HWRNG]: move status polling loop to data_present callbacks [HIFN]: Improve PLL initialization [HIFN]:

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Michael Buesch
On Sunday 18 November 2007 22:32:52 Patrick McHardy wrote: These patches add support for using the HIFN rng. Acked-by: Michael Buesch [EMAIL PROTECTED] Patrick, can you send this patchset to Andrew for inclusion into -mm? -- Greetings Michael. - To unsubscribe from this list: send the line

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Patrick McHardy
Michael Buesch wrote: On Sunday 18 November 2007 22:32:52 Patrick McHardy wrote: These patches add support for using the HIFN rng. Acked-by: Michael Buesch [EMAIL PROTECTED] Patrick, can you send this patchset to Andrew for inclusion into -mm? I think he already pulls from Herbert's

Re: [HIFN 00/03]: RNG support v2

2007-11-19 Thread Michael Buesch
On Monday 19 November 2007 19:25:25 Patrick McHardy wrote: Michael Buesch wrote: On Sunday 18 November 2007 22:32:52 Patrick McHardy wrote: These patches add support for using the HIFN rng. Acked-by: Michael Buesch [EMAIL PROTECTED] Patrick, can you send this patchset to Andrew for

[HIFN 00/03]: RNG support v2

2007-11-18 Thread Patrick McHardy
These patches add support for using the HIFN rng. The first patch changes the hwrng API to move waiting for availability of new random into the drivers. This allows to use driver-specific delays instead of the constant 10us delay used previously, increasing the HIFN speed from 2.5mbit to almost

[HIFN 00/03]: RNG support v2

2007-11-18 Thread Patrick McHardy
These patches add support for using the HIFN rng. The first patch changes the hwrng API to move waiting for availability of new random into the drivers. This allows to use driver-specific delays instead of the constant 10us delay used previously, increasing the HIFN speed from 2.5mbit to almost