Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-12 Thread David Miller
From: Jean-Christophe Dubois <[EMAIL PROTECTED]> Date: Wed, 13 Aug 2008 07:50:16 +0200 > Le Wednesday 13 August 2008 03:16:04 Herbert Xu, vous avez écrit : > > Jean-Christophe Dubois <[EMAIL PROTECTED]> wrote: > > > Small fix removing an unnecessary intermediate variable. > > > > > > Signed-off-by

Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-12 Thread Jean-Christophe Dubois
Le Wednesday 13 August 2008 03:16:04 Herbert Xu, vous avez écrit : > Jean-Christophe Dubois <[EMAIL PROTECTED]> wrote: > > Small fix removing an unnecessary intermediate variable. > > > > Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> > > Please send this to [EMAIL PROTECTED] and cc [EM

Re: [PATCH] remove unnecessary variable in xfrm_output_resume()

2008-08-12 Thread Herbert Xu
Jean-Christophe Dubois <[EMAIL PROTECTED]> wrote: > Small fix removing an unnecessary intermediate variable. > > Signed-off-by: Jean-Christophe DUBOIS <[EMAIL PROTECTED]> Please send this to [EMAIL PROTECTED] and cc [EMAIL PROTECTED] Thanks, -- Visit Openswan at http://www.openswan.org/ Email:

Re: [PATCH] Using Intel CRC32 instruction to accelerate CRC32c algorithm by new crypto API -V3.

2008-08-12 Thread Herbert Xu
Pavel Machek <[EMAIL PROTECTED]> wrote: > > I thought we support intel x86 cpus in both 32 and 64bit modes...? Yes we do, but the original patch had ugly ifdefs that did the same thing. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Pa

Re: [PATCH] Using Intel CRC32 instruction to accelerate CRC32c algorithm by new crypto API -V3.

2008-08-12 Thread Pavel Machek
On Fri 2008-08-08 21:35:30, Herbert Xu wrote: > Ulrich Drepper <[EMAIL PROTECTED]> wrote: > > > > I think you want to use > > > > #define SCALE_F sizeof(unsigned long) > > Yeah in general that's what we should do. However, this driver > is specific to Intel x86 CPUs. I thought we support intel