Re: Old PADATA patch vs crypto-2.6 tree

2012-03-30 Thread Steffen Klassert
On Wed, Mar 28, 2012 at 01:53:41PM +0200, Sebastien Agnolini wrote: > Hey, > > How activate the IPsec parallelization ? You need to instantiate pcrypt. You need either crconf (linux-3.2 or newer with the crypto userconfig api enabled) or the tcrypt module to instantiate pcrypt. With crconf: Yo

Re: Old PADATA patch vs crypto-2.6 tree

2012-03-29 Thread Hamid Nassiby
You must instantiate pcrypt using crconf app or tcrypt module; On Wed, Mar 28, 2012 at 4:23 PM, Sebastien Agnolini wrote: > > Hey, > > How activate the IPsec parallelization ? > I compiled the crypto-2.6 kernel with this param : > CONFIG_CRYPTO_... = y > CONFIG_PADATA = y > CONFIG_SMP=y > After i